Skip to content

Commit 9ebdc82

Browse files
committed
Updates
1 parent fe4b36b commit 9ebdc82

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/Backup/Backup.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,16 @@ docker start wekan-app
3636
```
3737
# Upgrade Docker Wekan version
3838

39-
1. Check that you use newest [docker-compose.yml](https://raw.githubusercontent.com/wekan/wekan/refs/heads/main/docker-compose.yml) that has for example: `image: ghcr.io/wekan/wekan:latest` . If you have old docker-compose.yml, copy it's settings like ROOT_URL to newest docker-compose.yml.
39+
1. Check that you use newest [docker-compose.yml](https://raw.githubusercontent.com/wekan/wekan/refs/heads/main/docker-compose.yml)
40+
that has for example: `image: ghcr.io/wekan/wekan:latest` . If you have old docker-compose.yml, copy it's settings like ROOT_URL to newest docker-compose.yml.
4041

4142
```bash
4243
docker compose stop
4344
docker rm wekan-app
4445
docker compose up -d
4546
```
46-
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 .
47+
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
48+
docker-compose.yml setting path, for example `export WRITABLE_PATH=/data` , copy files directory to be at `/data/files` .
4749

4850
3. When you open board, if cards or attachments are not visible, click right sidebar / Board Settings / Migrations.
4951
From there, run most migrations, but not migration about `Restore all from archive`, because it would unarchive cards etc from archive.

0 commit comments

Comments
 (0)