-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Need example how to restore from logical backup #568
Comments
The operator and spilo currently do not support this flow. So get a pod running with access to the logical backup (s3) and then to copy or pipe and pg restore like you would do with other logical backups. |
@Jan-M thank you for your answer Do I right understand, actual wal-e backups deprecated in favor of logical backup? |
Absolutely not. This is two different kind of flavors and have different goals. Our main motivation for logical backups is they are smaller in size and be stored for longer periods of time without wasting space. They also can help spot corruption or help when corruption has happened. We continue to rely on WAL + Basebackup for operational issues: Point in time recovery, ... Scaling. |
Hi @Jan-M , is there an update re: restore from logical backup? |
I think no way to restore from logical backup. |
Hello,
I guess we need some example how to restore from logical backup
The text was updated successfully, but these errors were encountered: