-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade postgres version on all RDS instances #41
Comments
PG Extensions used by Avni: openchs=> SELECT * FROM pg_extension;
oid | extname | extowner | extnamespace | extrelocatable | extversion | extconfig | extcondition
----------+-----------+----------+--------------+----------------+------------+-----------+--------------
16403 | plpgsql | 10 | 11 | f | 1.0 | |
16408 | hstore | 10 | 16402 | t | 1.4 | |
16409 | ltree | 10 | 16402 | t | 1.1 | |
16410 | tablefunc | 10 | 16402 | t | 1.0 | |
16411 | uuid-ossp | 10 | 16402 | t | 1.1 | |
94143243 | dblink | 10 | 16402 | t | 1.2 | |
(6 rows) |
Targeting Major version 16.3 |
|
Suggestion received regarding reporting testing:Create duplicate reporting server instances and modify /etc/hostnames file to point to prod-dup-16-version rds and get sanity testing done. |
Local upgraded postgres 16 server tests for following repos completed successfully:
|
…ta in repeatableQuestionGroup
…ationTask" This reverts commit 16e5743.
Notes:
|
Reporting Green servers pointing to Postgres 16 DB: https://test-reporting-superset.avniproject.org/superset/welcome/ |
Done testing for metabase and superset |
*) Received feedback from Dinesh that, sanity testing completed successfully for reporting servers using the Postgres 16 DB, for
*) Also, ETL tests across multiple organisations ran successfully on Postgres 16 DB, without any new issues reported. |
Done Sanity testing for Jasper |
Upgraded Prerelease DB to version 16 on 05 Dec 2024, 6pm IST |
Postgres 12 is EOL in Nov 2024 and AWS RDS stops support on Feb 28, 2025 after which there will be additional extended support charges for running this version of postgres.
Extended support charges - 0.114/vCPU-hour for years 1 and 2; 0.228/vCPU-hour for year 3
This works out to 10 (current RDS vCPUs) * 0.114 * 730 (hours in month) = Additional $830 + tax / month
AC:
Output
https://github.com/avniproject/data-fixes/blob/main/all/upgradeAvniPostgresServersTo16.md
Not included in this scope
The text was updated successfully, but these errors were encountered: