mirror of
https://github.com/wekan/wekan.git
synced 2026-01-21 08:46:09 +01:00
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:
parent
e669b1b9c7
commit
19fa12bb26
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue