Skip to content

Commit

Permalink
Document that need to downgrade database.platform_version too (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
kierenevans authored Jan 21, 2022
1 parent e3b02a0 commit 9796de9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ used from Oracle's official docker repository [mysql/mysql-server](https://hub.d

amd64 hosts can continue to use Docker's official docker repository [mysql](https://hub.docker.com/_/mysql).

If it's necessary, you can switch down to version 5.7 through `attribute('mysql.tag'): 5.7`,
If it's necessary, you can switch down to version 5.7 through:
```yaml
attribute('mysql.tag'): 5.7
attribute('database.platform_version'): 5.7
```
however there may be instability and performance issues doing so on arm64 hosts using amd64
emulation.
Expand Down

0 comments on commit 9796de9

Please sign in to comment.