forked from peritor/webistrano
-
Notifications
You must be signed in to change notification settings - Fork 3
Upgrading
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.