mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 16:30:13 +01:00
Updated Backup (markdown)
parent
0249b39d91
commit
2fbeb8f9c0
1 changed files with 4 additions and 2 deletions
|
|
@ -49,8 +49,10 @@ export PATH="$PATH:/snap/wekan/current/bin"
|
||||||
mongodump --port 27019
|
mongodump --port 27019
|
||||||
sudo snap get wekan > snap-settings.sh
|
sudo snap get wekan > snap-settings.sh
|
||||||
```
|
```
|
||||||
NOTE for Arch: See correct snap paths for Arch at https://github.com/wekan/wekan/issues/3941
|
NOTE for Arch Linux: Use this path instead. [Source](https://github.com/wekan/wekan/issues/3941).
|
||||||
|
```bash
|
||||||
|
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH-}:/var/lib/snapd/snap/wekan/current/lib/x86_64-linux-gnu
|
||||||
|
```
|
||||||
username is your /home/username
|
username is your /home/username
|
||||||
```bash
|
```bash
|
||||||
sudo chown username:username snap-settings.sh
|
sudo chown username:username snap-settings.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue