mirror of
https://github.com/wekan/wekan.git
synced 2026-02-15 04:28:07 +01:00
Updated Backup (markdown)
parent
1a1f771e99
commit
f83ca9ec86
1 changed files with 2 additions and 0 deletions
|
|
@ -352,6 +352,8 @@ mongorestore --drop --port 27019
|
|||
mongoshell.sh
|
||||
```bash
|
||||
#/bin/bash
|
||||
export LC_ALL=C
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/snap/wekan/current/lib/x86_64-linux-gnu
|
||||
version=$(snap list | grep wekan | awk -F ' ' '{print $3}')
|
||||
mongo=$"/snap/wekan/$version/bin/mongo"
|
||||
$mongo --port 27019
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue