Update backup instructions for Docker and Snap

Updated docker-compose command to use 'docker compose' syntax and added note about Snap upgrade.
This commit is contained in:
Lauri Ojansivu 2025-12-17 14:00:35 +02:00 committed by GitHub
parent e669b1b9c7
commit 19fa12bb26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ Note: Do not run `docker-compose down` without verifying your docker-compose fil
This presumes your Wekan Docker is currently running with:
```bash
docker-compose up -d
docker compose up -d
```
Backup to directory dump:
```bash
@ -79,6 +79,7 @@ mongorestore --drop --port 27019
sudo snap start wekan.wekan
./snap-settings.sh
```
# Upgrade Snap manually immediately (usually it updates automatically)
```bash