mirror of
https://github.com/wekan/wekan.git
synced 2026-01-10 03:28:50 +01:00
Fix backup command for WeKan database
Corrected command in backup instructions to create directory before moving files.
This commit is contained in:
parent
5686c92e05
commit
b7ff370561
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue