Update Backup.md with migration instructions

Added instructions for handling board settings and migrations after starting Wekan.
This commit is contained in:
Lauri Ojansivu 2025-12-17 14:07:01 +02:00 committed by GitHub
parent 19fa12bb26
commit 4e346c0ab7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,8 @@ docker compose stop
docker rm wekan-app
docker compose up -d
```
When you open board, if cards are not visible, click right sidebar / Board Settings / Migrations.
From there, run most migrations, but not migration about `Restore all from archive`.
# Backup Wekan Snap to directory dump
```bash
@ -79,6 +81,11 @@ mongorestore --drop --port 27019
sudo snap start wekan.wekan
./snap-settings.sh
```
# Upgrade WeKan Snap Stable 6.x to newest WeKan Snap Candidate
1. Check that you have enough disk space: `df -h` . Also check size of your data: `sudo du -sh /var/snap/wekan/common` .
2. Backup Snap with mongodump, see docs above
3. ...
# Upgrade Snap manually immediately (usually it updates automatically)