tiredofit / docker-db-backup

Backup multiple database types on a scheduled basis with many customizable options
MIT License
882 stars 127 forks source link

Version 4.0.0 "Restore" does not find any backups #268

Closed PinguCloud closed 1 year ago

PinguCloud commented 1 year ago

Summary

No backups are found, because "options" still use old variable "DB_DUMP_TARGET".

Steps to reproduce

Try to restore in version 4.0.0

What is the expected correct behavior?

Find created backups.

Relevant logs and/or screenshots

[tiredofit/db-backup:4.0.0 12:02:18 /] $ restore

tiredofit/db-backup Restore Script

Visit https://github.com/tiredofit/docker-db-backup/

Environment

Possible fixes

Update variable for restore function.

tiredofit commented 1 year ago

4.0.1 now looks for the DEFAULT_FILESYSTEM_PATH. In future versions restore will handle multiple hosts better, for now it's still a bonus script to reduce restore friction for common use cases..

tiredofit commented 1 year ago

4.0.4 now supports detection of multiple environment variables :)

PinguCloud commented 1 year ago

Awesome, thanks! :)