Tags: gobackup/gobackup
Tags
Add handling compression argument for postgres (#280) In relation to #208, for postgres database `pg_dump` [supports `--compress` argument](https://www.postgresql.org/docs/current/app-pgdump.html). This PR adds handling of `compress` from config, along with setting the correct file name. It saves disk space. The allowed values for `compress` are: `gzip`, `lz4` and `std`. The compression level can be set as: `gzip:3`.
notifier: Fix GoogleChat read config not enable. (#277) Sorry, I forgot to submit the changes to notifier/base.go to add Google Chat. Here's an example Google Chat notifier configuration. notifiers: googlechat: type: googlechat url: https://chat.googleapis.com/v1/spaces/XXXXX/messages?key=XXXXXX method: POST
C13E
feat: Improve MongoDB database to support use `uri` to support MongoD… …B Atlas. (#227) * feat: add support for atlas * feat: add mongo atlas support * feat(atlas): add uri option directly to mongodb * feat(atlas): add uri option directly to mongodb
PreviousNext