From 3ada976c12ef283a26e42df90968877fdc092951 Mon Sep 17 00:00:00 2001 From: joshdentremont Date: Wed, 25 Oct 2023 12:11:20 -0300 Subject: [PATCH] added instructions on how to run mariadb-upgrade --- docs/installation/docker-maintain-isle.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/installation/docker-maintain-isle.md b/docs/installation/docker-maintain-isle.md index 0d4db6907..675b626f2 100644 --- a/docs/installation/docker-maintain-isle.md +++ b/docs/installation/docker-maintain-isle.md @@ -98,9 +98,14 @@ Once you have done this on your development site, the process for your productio #### Mariadb -After updating Mariadb, you may need to run [mariadb-upgrade](https://mariadb.com/kb/en/mariadb-upgrade/) to update your system tables. +After updating Mariadb, you may need to run [mariadb-upgrade](https://mariadb.com/kb/en/mariadb-upgrade/) inside your mariadb container, to update your system tables. This should be safe to run any time, but it is a good idea to back up your database first, just in case. +You can run this from your isle directory with +``` +docker compose exec mariadb mariadb-upgrade +``` + ### Specific Update Notes #### Version 1.x to 2.x