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

1903 provide a mechanism for updating staging and dev with data from production #1932

Conversation

marvinroman
Copy link
Contributor

Adds in storage to S3 bucket that can be shared across all environments.
Schedules backups for all environments including production.
Restores backups from production to staging, local, dev environments.

@jobara
Copy link
Collaborator

jobara commented Oct 16, 2023

@marvinroman thanks for the PR. Could you confirm what's expected in a case where I want data from the production server but also to run the dev seeder in the dev deploy?

@jobara
Copy link
Collaborator

jobara commented Oct 16, 2023

Adds in storage to S3 bucket that can be shared across all environments. Schedules backups for all environments including production. Restores backups from production to staging, local, dev environments.

Where is the S3 bucket and how secure is it?

@marvinroman
Copy link
Contributor Author

@JureUrsic can you answer Justin's question about the security and location of the S3 buckets?

@jobara jobara requested a review from JureUrsic October 17, 2023 14:36
@JureUrsic
Copy link
Contributor

@jobara the bucket is located on in-cluster hosted Minio object storage system, its got all the security features enabled

@jobara
Copy link
Collaborator

jobara commented Oct 19, 2023

@marvinroman there's a failing test which looks to be related to the S3 change.

@jobara
Copy link
Collaborator

jobara commented Oct 19, 2023

@JureUrsic are you able to help review this PR?

@jobara jobara added this to the 1.2.0 milestone Oct 25, 2023
@marvinroman
Copy link
Contributor Author

Going to merge this into PR #1935 since there is overlap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Provide a mechanism for updating staging and dev with data from production
4 participants