Google Cloud SQL Mysql 5.7 次要版本,如何进行升级?
Google Cloud SQL Mysql 5.7 minor versions, how do upgrades happen?
我有一个外部 MySQL 实例,我想将其复制到 Google 云 SQL。我有所有这些工作,但最近我们在我们的版本 (MySQL 5.7.18) 中遇到了一个非常具体的错误,该错误已在 5.7.21 中修复。
有人可以向我解释一下如何在云 SQL 上进行版本控制和升级吗?它会自动执行次要版本的升级吗?此外,对于 MySQL 5.7,Cloud SQL 中 MySQL 的哪个确切版本是 运行?
如果 Google 云 SQL 处理所有升级,我倾向于尝试强制我的公司将内部数据库移动到 Google 云,因为唯一的原因由于遗留和历史原因,数据库在内部。
我在这里找到了答案:https://cloud.google.com/sql/docs/db-versions
我想这给了我足够的信息
Minor version support
Cloud SQL performs periodic maintenance to ensure stability and security of database instances. Maintenance includes minor version updates for each database engine. Cloud SQL determines the target minor version for each database engine, and can upgrade the target minor version at any time.
When the target minor version is different than the minor version for a Cloud SQL instance, Cloud SQL will upgrade that version during the next maintenance cycle. You can control the day and time when maintenance restarts occur by setting a maintenance window for your instance.
根据 FAQ:
添加答案
Minor version updates are deployed as they are released, with no further action required on your part.
此外,您可以跟踪云 SQL 的更改,例如 Release notes 中的次要版本升级。
我有一个外部 MySQL 实例,我想将其复制到 Google 云 SQL。我有所有这些工作,但最近我们在我们的版本 (MySQL 5.7.18) 中遇到了一个非常具体的错误,该错误已在 5.7.21 中修复。
有人可以向我解释一下如何在云 SQL 上进行版本控制和升级吗?它会自动执行次要版本的升级吗?此外,对于 MySQL 5.7,Cloud SQL 中 MySQL 的哪个确切版本是 运行?
如果 Google 云 SQL 处理所有升级,我倾向于尝试强制我的公司将内部数据库移动到 Google 云,因为唯一的原因由于遗留和历史原因,数据库在内部。
我在这里找到了答案:https://cloud.google.com/sql/docs/db-versions
我想这给了我足够的信息
Minor version support Cloud SQL performs periodic maintenance to ensure stability and security of database instances. Maintenance includes minor version updates for each database engine. Cloud SQL determines the target minor version for each database engine, and can upgrade the target minor version at any time.
When the target minor version is different than the minor version for a Cloud SQL instance, Cloud SQL will upgrade that version during the next maintenance cycle. You can control the day and time when maintenance restarts occur by setting a maintenance window for your instance.
根据 FAQ:
添加答案Minor version updates are deployed as they are released, with no further action required on your part.
此外,您可以跟踪云 SQL 的更改,例如 Release notes 中的次要版本升级。