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

Backup database before deploying #370

Open
2 tasks
Sybrand opened this issue Jun 25, 2020 · 0 comments
Open
2 tasks

Backup database before deploying #370

Sybrand opened this issue Jun 25, 2020 · 0 comments
Labels
Ready User Story or Task Ready to be pulled into sprint Task Technical task that cannot be written as a user story

Comments

@Sybrand
Copy link
Contributor

Sybrand commented Jun 25, 2020

Describe the task
The database should be backed up as part of the deployment to production.

Acceptance Criteria

  • When deploying to production, the database is backed up.
  • The database is backed up prior to new code being deployed.

Additional context

  • Migrations could potentially corrupt the production database, as such it is prudent to back up the database before attempting a deployment.
  • A deployment to production may have to be rolled back, if there was an associated migration, it too, may have to be rolled back.
@Sybrand Sybrand added the Task Technical task that cannot be written as a user story label Jun 25, 2020
@jakemorr jakemorr added the Ready User Story or Task Ready to be pulled into sprint label Aug 19, 2020
@jakemorr jakemorr removed the Critical label Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready User Story or Task Ready to be pulled into sprint Task Technical task that cannot be written as a user story
Projects
None yet
Development

No branches or pull requests

2 participants