mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- [Fix Snap database-list-backups command](https://github.com/wekan/wekan-snap/issues/26). Thanks to WaryWolf.
Closes wekan/wekan-snap#26
This commit is contained in:
parent
dbf3a48b5f
commit
cb9ced756f
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
# Upcoming Wekan release
|
||||||
|
|
||||||
|
This release fixes the following bugs:
|
||||||
|
|
||||||
|
- [Fix Snap database-list-backups command](https://github.com/wekan/wekan-snap/issues/26). Thanks to WaryWolf.
|
||||||
|
|
||||||
|
Thanks to above GitHub users for their contributions.
|
||||||
|
|
||||||
# v1.74.1 2018-11-18 Wekan Edge release
|
# v1.74.1 2018-11-18 Wekan Edge release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ apps:
|
||||||
plugs: [network, network-bind]
|
plugs: [network, network-bind]
|
||||||
|
|
||||||
database-list-backups:
|
database-list-backups:
|
||||||
command: ls -ald $SNAP_COMMON/db-backups/*
|
command: ls -al $SNAP_COMMON/db-backups/
|
||||||
|
|
||||||
database-restore:
|
database-restore:
|
||||||
command: mongodb-restore
|
command: mongodb-restore
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue