We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
capistrano-postgresql gem version 4 introduces some breaking changes.
capistrano-postgresql
If you have gem version 3 or below, following the below upgrade steps is recommended.
bump the gem version locally
gem 'capistrano-postgresql', '~> 4.0.0'
then do $ bundle install
$ bundle install
run the upgrade task This step will create the "archetype database.yml file":
upgrade
database.yml
$ bundle exec cap production postgresql:upgrade4
run the setup task
setup
$ bundle exec cap production setup
That's all!