Skip to content
hewo edited this page May 23, 2011 · 2 revisions

Upgrading from earlier version to the current Webistrano relase is quite easy.

  • Download & unpack the current release
  • Copy your database.yml and webistrano_config.rb from the config directory of your installation to the new config directory
  • Add any missing entries from the webistrano_config.rb.sample to your configuration, e.g. Webistrano 1.3 introduced a new session_secret setting.
  • Update the database:
$ RAILS_ENV=production rake db:migrate

And you are done, just restart Webistrano.

Clone this wiki locally