Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The following page has been changed by JanLehnardt:
http://wiki.apache.org/couchdb/BreakingChangesUpdateTrunkTo0Dot9

The comment on the change is:
add info how to run the script

------------------------------------------------------------------------------
  sudo gem install couchrest-*.gem
  }}}
  
- Now that you have the latest CouchRest, you can download the script (see the 
bottom of this page), adjust the `OLD_HOST` and `NEW_HOST` to reflect your 
environment, and start it up. It does give some output every 100 docs, so you 
won't be totally at a loss to what's happening.
+ Now that you have the latest CouchRest, you can download the script (see the 
bottom of this page) save it into a file `couchdb_trunk_update_script.rb`, 
adjust the `OLD_HOST` and `NEW_HOST` to reflect your environment, and start it 
up. It does give some output every 100 docs, so you won't be totally at a loss 
to what's happening.
+ 
+ {{{
+ ruby couchdb_trunk_update_script.rb
+ }}}
  
  It assumes that none of the databases on your `OLD_HOST` exist on your 
`NEW_HOST`. If they do exist it will skip them.
  

Reply via email to