Skip to content

Releases: capistrano-plugins/capistrano-postgresql

Using upload! from sshkit instead of Net::SCP

Choose a tag to compare

@NorseGaud NorseGaud released this 05 Oct 21:40
v6.2.0

New versions

v6.0.1, 2018-07-16

Choose a tag to compare

@NorseGaud NorseGaud released this 16 Jul 21:04

Quick fix for psql with sudo

v6.0.0, 2018-07-09

Choose a tag to compare

@NorseGaud NorseGaud released this 09 Jul 05:26
  • Fix for pg_without_sudo; Wasn't adding -U to args
  • New feature that will ALTER USER/Password with any change to pg_password. Random passwords will cause each cap setup to run the ALTER USER, but that's fine as a user should technically only be using setup initially. It's not that hard to obtain the new password if this happens.
  • New redaction for logging of passwords & SSHKIT 1.17.0 in gemspec
  • README updates

v5

v5

Choose a tag to compare

@NorseGaud NorseGaud released this 06 Jun 01:40

v5.0.1, 2018-06-05

  • Quick fix for fetch(:pg_database) on extension adding

v5.0.0, 2018-06-05

  • Code cleanup
  • Removal of legacy add hstore method
  • Using execute and test properly so we can see what the gem is doing in the STDOUT
  • Expanded remove_all task to actually cover everything
  • Added deploy config option pg_generate_random_password, instead of using it by default when pg_password is excluded
  • issues/53: Bug fixed for updates to the archetype when using random password
  • projects/1: Prep for RSPEC testing project

issues/51

Choose a tag to compare

@NorseGaud NorseGaud released this 05 Jun 03:55

Added back support for ask_for_or_generate_password when no pg_password is present

Error reporting refinement + Ensuring :db and :app servers

Choose a tag to compare

@NorseGaud NorseGaud released this 09 Mar 16:55
75bf033

Added check for at least one :app role server
Added check for :db role in issues/20
proper rails_env now shows in cap STDOUT
better error reporting for username creation
ReadMe changes

Production Stable + issues/49

Choose a tag to compare

@NorseGaud NorseGaud released this 16 Jan 16:42

Production stable
Fixed issues/49

Compatibility fixes

Choose a tag to compare

@NorseGaud NorseGaud released this 29 Dec 03:44

v4.8.0, 2017-12-28

  • issues/47: Fixed random password generation feature
  • Added the rest of the supported options for the rails database.yml
  • pull/46 (Thanks to Tom Prats / @tomprats): Fix for SCP command and the host value it uses.
  • Removed :system_user

Capability changes : issues/44

Choose a tag to compare

@NorseGaud NorseGaud released this 19 Dec 00:03
v4.7.0

issues/44: Fixed

Stable: :pg_without_sudo feature added

Choose a tag to compare

@NorseGaud NorseGaud released this 15 Dec 22:55

Stable release. Available on rubygems.org.