Skip to content

Commit

Permalink
added instructions on how to run mariadb-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdentremont authored Oct 25, 2023
1 parent 048d347 commit 3ada976
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/installation/docker-maintain-isle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ada976

Please sign in to comment.