{"id":19748672,"url":"https://github.com/doitintl/rdbms-major-upgrades","last_synced_at":"2026-03-04T02:02:09.963Z","repository":{"id":217904823,"uuid":"745038708","full_name":"doitintl/rdbms-major-upgrades","owner":"doitintl","description":"Documents to help guide customers through RDBMS major version upgrades ","archived":false,"fork":false,"pushed_at":"2024-11-05T11:51:22.000Z","size":35,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-01T08:23:13.242Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doitintl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-18T14:20:36.000Z","updated_at":"2024-09-06T19:11:34.000Z","dependencies_parsed_at":"2024-01-18T19:09:20.764Z","dependency_job_id":"22fbb39e-23b3-437f-9e4d-33721acc0304","html_url":"https://github.com/doitintl/rdbms-major-upgrades","commit_stats":null,"previous_names":["doitintl/rdbms-major-upgrades"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doitintl/rdbms-major-upgrades","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doitintl%2Frdbms-major-upgrades","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doitintl%2Frdbms-major-upgrades/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doitintl%2Frdbms-major-upgrades/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doitintl%2Frdbms-major-upgrades/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doitintl","download_url":"https://codeload.github.com/doitintl/rdbms-major-upgrades/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doitintl%2Frdbms-major-upgrades/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30069223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T01:03:42.280Z","status":"online","status_checked_at":"2026-03-04T02:00:07.464Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T02:22:54.189Z","updated_at":"2026-03-04T02:02:09.949Z","avatar_url":"https://github.com/doitintl.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# RDBMS Major version upgrades\n\nMajor version upgrades can be a significant amount of work, depending on various factors. Such as:\n- Incompatible changes between major versions \n- Performance regressions due to changes in the engine's Query/Cost-based optimizer\n- Choosing the right upgrade process that meets the requirements of your business, documenting and testing it\n- Database/Application complexity and the amount of work required to perform proper testing (smoke, integration, regression and performance)\n- In-flight application changes and new feature development\n\nThis project aims to help guide the world through these upgrades, particularly those on a managed service, such as Amazon RDS and Google Cloud SQL.    \nWe are not looking to reproduce technical documentation, but rather:\n- Provide supplemental documentation \n- Aggregate existing documentation \n- Summarize important dates/deadlines, particularly  \n\nIn order to help create an actionable and successful plan.    \n\n---\n[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]\n\nThis work is licensed under a\n[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].\n\n[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]\n\n[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/\n[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png\n[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg    \n\n---\n\n## General resources\n\nRegardless of the RDBMS, we've created this [RDBMS major version upgrade checklist](docs/checklist.md).     \nThere will always be specifics related to the particular engine, but the goal of the checklist is to help create an actionable plan regardless of the engine.\n\n## When should we start planning/executing a major version upgrade?\n\nIdeally, major version upgrades should be completed before the [EOL](docs/glossary.md#end-of-life) of the engine.   \nManaged services, such as Amazon RDS or Google Cloud SQL will offer grace periods to perform these upgrades, and in some situations offer extended support.   \n***Start planning and executing your upgrades as soon as possible, based on EOL dates.***    \n***Depending on the Cloud Service Provider (CSP), there will be particular deadlines, see below.***\n\n## MySQL 5.7 EOL\n\n- [MySQL 5.7 End of life summary and important dates/deadlines](docs/mysql/5.7_eol/README.md)\n\n## PostgreSQL 11 EOL\n\n- [PostgreSQL 11 End of life summary and important dates/deadlines](docs/postgresql/11_eol/README.md)\n\n## Checklist\n\nHere is [a checklist](docs/checklist.md) that you can use as a starting point to ensure a successful upgrade\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoitintl%2Frdbms-major-upgrades","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoitintl%2Frdbms-major-upgrades","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoitintl%2Frdbms-major-upgrades/lists"}