Add data dumps#2047
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
After switching to the branch and running the migrations, and before running any job to generate dumps, I hit the "data dumps" link in the footer and got: Let's defend against that; even if we intend to generate a dump immediately after deploying, (a) there might be a delay and (b) we can't assume other instances will do so. |
|
Running the job from the Rails console produced an access error -- looks like we're missing a grant for (Stack trace follows; I assume you don't need all that.) |
I deliberately didn't include this as part of the job, as the DB user running the export shouldn't have |
Add data dumps. Weekly export of the entire database minus anything sensitive, uploaded to S3 and made available via a new page linked in the footer. Also adds an option for manually-created dump records, intended for quarterly uploads to Archive.org.
Incorporates #1950 by cherry-pick.