Upgrading from earlier versions

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 yo 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.