maxisam / mgob

MongoDB dockerized backup agent. Runs schedule backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.
https://maxisam.github.io/mgob/
MIT License
123 stars 16 forks source link

Plan name with "-" doesn't work with environment variable #96

Closed maxisam closed 7 months ago

maxisam commented 7 months ago

Currently if there is a "-" in the plan name, it doesn't work with environment variable.

It is because environment variable usually doesn't take - or most of special character

maxisam commented 7 months ago

98