From 026711ba50b8e043001c893afbf64a8cfc713f7b Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sun, 8 Jun 2014 11:09:30 -0300 Subject: [PATCH] Update README.md remove references to the upgrade script. --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0f477b7..a1a4ff0 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,9 @@ be downloaded at [Github Insight Repository](https://github.com/bitpay/insight). ## IMPORTANT: Upgrading from v0.1 to v0.2 In order to optimize some queries, the key-value layout in Level DB has been changed. -An update script need to be run when updating from version v0.1.x to 0.2.x +If you are running v0.1.x, a total resync needs to be done, running `$ util/sync.js -D`. This +needs to run while *insight-api* is shut off. See details at: **Synchronization**. -The script is located at: -``` - $ util/updateToV0.2.js -``` - -The script takes ~3minutes in testnet. While the script is running, *Insight API* -must be stopped. - -Alternatively, a total resync can be made, running `$ util/sync.js -D` ## IMPORTANT: v0.2 Caching schema