Fix backup command for WeKan database

Corrected command in backup instructions to create directory before moving files.
This commit is contained in:
Lauri Ojansivu 2025-12-17 14:34:30 +02:00 committed by GitHub
parent 5686c92e05
commit b7ff370561
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,7 +93,7 @@ sudo snap start wekan.wekan
```
sudo su
snap stop wekan
ir /root/common &&
mkdir /root/common
mv /var/snap/wekan/common/* /root/common/
```
4. Change Snap Stable to Snap Candidate: