From fe4b36b85d4ac8efddb2c7148bc5d2413cd643e1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 17 Dec 2025 14:37:37 +0200 Subject: [PATCH] Fix migration instructions from Snap to Docker Corrected instructions for migrating from Snap to Docker, ensuring clarity on file paths and environment variables. --- docs/Backup/Backup.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Backup/Backup.md b/docs/Backup/Backup.md index 58b30d409..f7614c90e 100644 --- a/docs/Backup/Backup.md +++ b/docs/Backup/Backup.md @@ -43,8 +43,7 @@ docker compose stop docker rm wekan-app docker compose up -d ``` -2. If you are migrating from Snap to Docker, if there is files at /var/snap/wekan/common/files , copy that directory to be at docker-compose.yml - environment variable WRITABLE_PATH/files . For example, if there is `WRITABLE_PATH=/data` , copy files directory to be /data/files . +2. If you are migrating from Snap to Docker, if there is files at `/var/snap/wekan/common/files , copy that directory to be at docker-compose.ymIf you are migrating from Snap to Docker, if there is files at `/var/sn`WRITABLE_PATH=/data` , copy files directory to be /data/files . 3. When you open board, if cards or attachments are not visible, click right sidebar / Board Settings / Migrations. From there, run most migrations, but not migration about `Restore all from archive`, because it would unarchive cards etc from archive.