mirror of
https://github.com/wekan/wekan.git
synced 2026-02-17 13:38:07 +01:00
Updated Backup (markdown)
parent
9945b64f25
commit
ff35aeca87
1 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ then
|
|||
fi
|
||||
|
||||
|
||||
# Start
|
||||
# Starts
|
||||
makeDump
|
||||
|
||||
```
|
||||
|
|
@ -76,7 +76,7 @@ makesRestore()
|
|||
# Targets the restore file.
|
||||
restore=$"/snap/wekan/$version/bin/mongorestore"
|
||||
|
||||
# Restore.
|
||||
# Restores.
|
||||
printf "\nThe database restore is in progress.\n\n"
|
||||
$restore -d wekan --port 27019 $file/dump/wekan
|
||||
printf "\nRestore done.\n"
|
||||
|
|
@ -93,7 +93,7 @@ then
|
|||
fi
|
||||
|
||||
|
||||
# Start.
|
||||
# Starts.
|
||||
makesRestore $1
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue