You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/capistrano/tasks/postgresql.rake
+27-15Lines changed: 27 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -110,22 +110,30 @@ namespace :postgresql do
110
110
task:generate_database_yml_archetypedo
111
111
onprimary:dbdo
112
112
iftest"[ -e #{archetype_database_yml_file} ]"# Archetype already exists. Just update values that changed. Make sure we don't overwrite it to protect generated passwords.
0 commit comments