mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +01:00
Update Backup.md with migration instructions
Added instructions for handling board settings and migrations after starting Wekan.
This commit is contained in:
parent
19fa12bb26
commit
4e346c0ab7
1 changed files with 7 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue