mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Backup (markdown)
parent
6ad3362210
commit
92c78739a5
1 changed files with 10 additions and 0 deletions
10
Backup.md
10
Backup.md
|
|
@ -1,3 +1,13 @@
|
|||
## MongoDB shell on Wekan Snap
|
||||
|
||||
mongoshell.sh
|
||||
```
|
||||
#/bin/bash
|
||||
version=$(snap list | grep wekan | awk -F ' ' '{print $3}')
|
||||
mongo=$"/snap/wekan/$version/bin/mongo"
|
||||
$mongo --port 27019
|
||||
```
|
||||
|
||||
## Backup script for MongoDB Data, if running Snap MongoDB at port 27019
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue