-
Notifications
You must be signed in to change notification settings - Fork 10
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
1903 provide a mechanism for updating staging and dev with data from production #1932
Conversation
… instead of just finding correctly tagged json
@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? |
Where is the S3 bucket and how secure is it? |
@JureUrsic can you answer Justin's question about the security and location of the S3 buckets? |
@jobara the bucket is located on in-cluster hosted Minio object storage system, its got all the security features enabled |
@marvinroman there's a failing test which looks to be related to the S3 change. |
@JureUrsic are you able to help review this PR? |
Going to merge this into PR #1935 since there is overlap |
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.