How to Download Logical Backups in Supabase With Physical Backups Enabled? #33045
monicakh
announced in
Troubleshooting
Replies: 1 comment 2 replies
-
|
@monicakh the linked documentation pages do not have any mention of a way to download physical backups or restoring them. There is no mention of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a copy of a troubleshooting article on Supabase's docs site. It may be missing some details from the original. View the original article.
When Point-in-Time Recovery (PITR) or physical backups are enabled, Supabase no longer generates the downloadable logical backup file (backup.gz). This is expected, as the backup pipeline switches entirely to physical backups. You can still download backups via the Supabase CLI
db dumpcommand or usingpg_dump.For step-by-step instructions using the Supabase CLI, check out the Backup database using the CLI guide.
You can also learn more about how backups work in Supabase here: Database Backups.
Beta Was this translation helpful? Give feedback.
All reactions