S
Supabase2mo ago
Damir

Is Supabase down?

Sorry! An unexpected error occurred.
No description
15 Replies
Darcy W
Darcy W2mo ago
smae thing for me in the table editor
Wamy
Wamy2mo ago
same
Headshot
Headshot2mo ago
i think this happened due to the recent update?
Wamy
Wamy2mo ago
likely
symphony
symphony2mo ago
it's back
Wamy
Wamy2mo ago
no testing :(
Headshot
Headshot2mo ago
it's back
Gautham
Gautham2mo ago
is it back really?
Headshot
Headshot2mo ago
yes i think there was an issue with the recent update
Gautham
Gautham2mo ago
yep! i should start implementing auto backup just in case...
Damir
DamirOP2mo ago
What is the best way to backup a database? The Point-in-Time backups are expensive. Is there any other way other than Supabase automatic daily backups?
inder
inder2mo ago
You can use supabase cli https://supabase.com/docs/guides/platform/migrating-within-supabase/backup-restore and setup a cron job on a server or in github actions to perform backups daily
Damir
DamirOP2mo ago
@inder thank you! How’s this different from the Supabase automatic daily backups?
inder
inder2mo ago
Here is difference between logical and physical backup. https://supabase.com/blog/postgresql-physical-logical-backups With supabase cli you're doing logical backup. And this is how supabase chooses which backup to perform based on your db size and plan https://supabase.com/docs/guides/platform/backups#types-of-backups
Damir
DamirOP2mo ago
Great! Thank you very much for this!

Did you find this page helpful?