-
Notifications
You must be signed in to change notification settings - Fork 3
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
[OSDEV-1514] Database. Upgrade the PostgreSQL version to 13 #479
[OSDEV-1514] Database. Upgrade the PostgreSQL version to 13 #479
Conversation
React App | Jest test suite - Code coverage reportTotal: 28.31%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
Dedupe Hub App | Unittest test suite - Code coverage reportTotal: 56.14%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
Contricleaner App | Unittest test suite - Code coverage reportTotal: 98.91%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
Countries App | Unittest test suite - Code coverage reportTotal: 100%Your code coverage diff: 0.00% ▴ ✅ All code changes are covered |
src/django/sqls/0163_refresh_pg_statistic_and_upgrade_postgres_extensions.sql
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[OSDEV-1514]
apply immediately
flag to perform the PostgreSQL major version upgrade in AWS.src/anon-tools/do_dump.sh
file and in the name of the folderdatabase_anonymizer_sheduled_task
. Removed the unusedsrc/anon-tools/anon.sql
file and the redundantsrc/anon-tools/initdb.sql
file. Removed commented-out code in thesrc/anon-tools/Dockerfile.dump
anddeployment/terraform/database_anonymizer_scheduled_task/docker/database_anonymizer.py
files.rds_allow_major_version_upgrade
andrds_apply_immediately
Terraform variables to enable or disable major version upgrades and theapply immediately
flag, depending on the environment.