Skip to content

Commit 38b4bd4

Browse files
authored
Merge pull request #570 from humanmade/2024-05-01-add-mysql8-note
Add note about MySQL 8 to upgrade doc
2 parents cdf62c4 + 7745157 commit 38b4bd4

File tree

1 file changed

+12
-0
lines changed
  • other-docs/guides/upgrading

1 file changed

+12
-0
lines changed

other-docs/guides/upgrading/v19.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@ There are new and improved features of interest to developers such as:
7777
- Native JavaScript module support,
7878
- Plugin dependencies, and more.
7979

80+
#### MySQL 8.0 in Local Server
81+
82+
Altis [Local Server](docs://local-server) now supports MySQL v8.0. New installations will use MySQL 8.0 by default, but
83+
you can choose between 5.7 and 8.0 while you do your testing. Switching to 8.0 will automatically upgrade your database.
84+
See the [Database documentation](docs://local-server/database.md) for details.
85+
8086
### Altis Core improvements
8187

8288
We have incorporated many updates to modules and libraries in Altis to bring in important bug fixes and improvements.
89+
90+
### Documentation
91+
92+
Our developer focussed documentation has been improved again. As usual, feedback
93+
from our customers and partners is always welcome.
94+
Please [send us any feedback you have](mailto:[email protected]).

0 commit comments

Comments
 (0)