Skip to content
Snippets Groups Projects

Add rake task for copying 'main' database to 'ci' database

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -169,7 +169,6 @@
end
end
p
context 'when both GITLAB_BACKUP_PGUSER and GITLAB_BACKUP_MAIN_PGUSER variable are present' do
before do
stub_env('GITLAB_BACKUP_PGUSER', 'generic_user')
Loading