Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide an automated restore script #42

Open
Akruidenberg opened this issue Apr 27, 2023 · 1 comment
Open

Provide an automated restore script #42

Akruidenberg opened this issue Apr 27, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Akruidenberg
Copy link

It would be nice to have an option to restore an backup with this container. Commands like "docker exec autobackup db-backup restore --all"

@RealOrangeOne
Copy link
Owner

Backup is a bit more complex, especially trying to do it in an automated way like this. For example, if some databases exist in the container but not others, it's not obvious what the correct process is. Similarly, it's no longer a scheduled task, it'd just run eg pg_restore against a few servers.

I'd definitely review a PR to add this functionality if it can be done reliably, but I doubt it's something I'll add myself.

@RealOrangeOne RealOrangeOne changed the title Provides restore option Provide an automated restore script Apr 27, 2023
@RealOrangeOne RealOrangeOne added enhancement New feature or request help wanted Extra attention is needed labels May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants