summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/mongodb-control
Commit message (Collapse)AuthorAgeFilesLines
* Move In Progress ostrio-files changes to separate branch, and revert ↵Lauri Ojansivu2020-05-251-4/+4
| | | | | | | | | | | | ostrio-files changes, so that: - Export to CSV/TSV with custom fields works - Attachments are not exported to disk - It is possible to build arm64/s390x versions again. Thanks to xet7 ! Related #3110
* Add default attachments store path /var/snap/wekan/common/uploadsLauri Ojansivu2020-05-241-0/+6
| | | | where attachments will be stored.
* - Set Snap MongoDB compatibility to 4.2 according to Meteor ChangeLog.Lauri Ojansivu2020-04-221-0/+2
| | | | Thanks to xet7 !
* Add LD_LIBRARY_PATH.Lauri Ojansivu2020-01-161-0/+1
|
* Try to fix Snap.Lauri Ojansivu2020-01-101-2/+2
| | | | Thanks to xet7 !
* Back to Meteor 1.8.x.Lauri Ojansivu2019-12-051-2/+2
|
* Update to Meteor 1.9-beta.4, Node.js 12.13.1 and MongoDB 4.2.1.Lauri Ojansivu2019-12-051-2/+2
| | | | | | | | Remove MongoDB option --smallfiles that is not supported in MongoDB 4.2.1. Add MongoDB option --quiet to docker-compose.yml. Update snap fibers to 4.0.1. Thanks to xet7 !
* Add to snap Snap MongoDB logging option --quiet .Lauri Ojansivu2019-11-211-2/+2
| | | | | | Thanks to fmeehan and xet7 ! Closes wekan/wekan-snap#113
* Snap: Delete old MongoDB log, and log to syslog instead, becauseLauri Ojansivu2019-08-221-2/+26
| | | | | | | | | syslog usually already has log rotation. Thanks to xet7 ! Closes wekan/wekan-snap#92, closes #1911
* Try to fix Snap MongoDB.Lauri Ojansivu2019-08-061-14/+22
|
* Try to fix Snap.Lauri Ojansivu2019-08-041-0/+3
|
* Reverts the following change of v2.42, because it did not fix anything:Lauri Ojansivu2019-03-071-1/+1
| | | | | | - [Tried to fix snap mongodb-control not starting database](https://github.com/wekan/wekan/commit/2c5628b5fbcc25427021d0b22e74577a71149c21). Thanks to xet7.
* Fix mongodb-control.Lauri Ojansivu2019-03-071-1/+1
| | | | Thanks to xet7 and qurqar[m].
* - Remove oplog. Need to think how to do it properly.Lauri Ojansivu2019-02-081-1/+1
| | | | Thanks to xet7 !
* - Add oplog to snap mongodb.Lauri Ojansivu2019-02-081-1/+1
| | | | Thanks to xet7 !
* Tuning services life cycleOndrej Kubik2018-02-221-1/+2
| | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
* rearranging helper scripts in snap-srcOndrej Kubik2018-02-211-0/+31
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>