Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rake db:* tasks reference to production database; Add direct synchronisation task #1059

Merged
merged 2 commits into from
Mar 15, 2022

Conversation

lexiwitch
Copy link
Contributor

@lexiwitch lexiwitch commented Mar 15, 2022

  • Fixes a reference to placecal-db that should be placecal-db2 for production
  • Adds rake db:sync_prod_staging which directly synchronizes from production to staging without taking a (local) backup (it backs up to a file on the staging server instead)

Fixes #1060

@github-actions github-actions bot added bug Release Drafter category - bug impacting the normal functioning of existing features patch Bump version 0.0.X labels Mar 15, 2022
@kimadactyl kimadactyl added enhancement and removed bug Release Drafter category - bug impacting the normal functioning of existing features labels Mar 15, 2022
@kimadactyl kimadactyl merged commit f900cbe into main Mar 15, 2022
@kimadactyl kimadactyl deleted the fix-rake-add-sync branch March 15, 2022 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Bump version 0.0.X
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rake backup task no longer functional
2 participants