-
Notifications
You must be signed in to change notification settings - Fork 1
Helpers #14
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
Helpers #14
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14 +/- ##
==========================================
- Coverage 97.57% 92.92% -4.66%
==========================================
Files 8 10 +2
Lines 661 820 +159
==========================================
+ Hits 645 762 +117
- Misses 16 58 +42 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I haven't figured this out entirely yet, but the RDS "rdsadmin" account is not the same as a standard postgres superuser, so (at least):
|
- single MigrationHelper for now. ABC supports potential InitializeHelper.
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
- 2 minutes instead of infinity
…s to up and rollback cli commands
Set times such that the migration lock acquisition timeout is longer than the cumulative time waiting for connections to close and the time waiting for connections to force-close.
Helper to initialize a production databaseWe have a test implementation of a db init tool. A general-purpose helper proved to be more complex than we could support for this particular round of work, so we just have the test tool as as template people can reference as needed.