Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sites/platform/src/add-services/mysql/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ See how to [convert tables to the InnoDB engine](#storage-engine).
### Upgrade

When upgrading your service, skipping versions may result in data loss.
Upgrade sequentially from one supported version to another (10.5 -> 10.6 -> 10.11 -> 11.0),
Upgrade sequentially from one supported version to another (10.6 -> 10.11 -> 11.0 -> 11.4),
and check that each upgrade commit translates into an actual deployment.

To upgrade, update the service version in your [service configuration](/add-services/_index.md).
Expand Down
2 changes: 1 addition & 1 deletion sites/upsun/src/add-services/mysql/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ When you deploy your app, you always get the latest available patches.
### Upgrade

When upgrading your service, skipping versions may result in data loss.
Upgrade sequentially from one supported version to another (10.5 -> 10.6 -> 10.11 -> 11.0),
Upgrade sequentially from one supported version to another (10.6 -> 10.11 -> 11.0 -> 11.4),
and check that each upgrade commit translates into an actual deployment.

To upgrade, update the service version in your [service configuration](../_index.md).
Expand Down
Loading