Bookstack deleting data after docker-compose down #87
-
|
Hello, Here is my docker-compose file. `services: epbookstack: bookstack_mariadb: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
|
can you try using a full path rather than a relative path? |
Beta Was this translation helpful? Give feedback.
-
|
You're using the official mariadb image, which doesn't use /config for its data, it uses /var/lib/mysql |
Beta Was this translation helpful? Give feedback.
-
|
@thespad let me try that. The official Lsio docker-compose example is wrong haha, that is where i started from. |
Beta Was this translation helpful? Give feedback.
-
|
I should probably change it to the lscr.io/linuxserver/mariadb:11.4.4 just to be consistant. Another question is it easy enough to make a backup of the DB so i can move it to the new db. If so can someone help me with that. |
Beta Was this translation helpful? Give feedback.

You're using the official mariadb image, which doesn't use /config for its data, it uses /var/lib/mysql