upgrade to mariadb 11.4

This commit is contained in:
2024-12-21 16:56:09 -05:00
parent 0c5b05957c
commit 7aa4e15034
4 changed files with 11 additions and 3 deletions

View File

@ -0,0 +1,4 @@
Upgrades mariadb from 10.5 to 11.4
NOTE: If your Nextcloud instance is using mariadb, after running this update you MUST run the database upgrade command:
`abra app command nextcloud.yourserver.org db upgrade_mariadb`
More info: https://mariadb.com/kb/en/upgrading-from-mariadb-10-11-to-mariadb-11-4/