Hey Theo, great tutorial on Supabase self-host migration! However, I’m wondering why Edge Functions are not appearing in Supabase Studio, even though the Edge Function Docker image is present in Coolify. How can I make it show up in the Studio?
Nice video! im not started yet, but was thinking of same stack vercel + supabase(auth, storage, data) and was thinking if thing goes well try to migrate to selfhost with or without coolify, how about image or files you have on supabase storage, how would that migration be?
nice video thanks! can you help me with an issue please? when i do that i have problems with keys: pg_dump: warning: there are circular foreign-key constraints on this table: pg_dump: detail: key pg_dump: hint: You might not be able to restore the dump without using --disable-triggers or temporarily dropping the constraints. pg_dump: hint: Consider using a full dump instead of a --data-only dump to avoid this problem. pg_dump: warning: there are circular foreign-key constraints on this table: pg_dump: detail: comments pg_dump: hint: You might not be able to restore the dump without using --disable-triggers or temporarily dropping the constraints. pg_dump: hint: Consider using a full dump instead of a --data-only dump to avoid this problem. and when i apply the migration, some datas are missing because of that. how can i do?
Hey Theo, great tutorial on Supabase self-host migration! However, I’m wondering why Edge Functions are not appearing in Supabase Studio, even though the Edge Function Docker image is present in Coolify. How can I make it show up in the Studio?
Very nice tutorial ! very helpful
Nice video! im not started yet, but was thinking of same stack vercel + supabase(auth, storage, data) and was thinking if thing goes well try to migrate to selfhost with or without coolify, how about image or files you have on supabase storage, how would that migration be?
This is the tricky part... Im still working on how to migrate those files via a dump which is a bit harder, still working on it.
Can you install on Render?
Yes, any server that supports Docker!
nice video thanks!
can you help me with an issue please? when i do that i have problems with keys:
pg_dump: warning: there are circular foreign-key constraints on this table:
pg_dump: detail: key
pg_dump: hint: You might not be able to restore the dump without using --disable-triggers or temporarily dropping the constraints.
pg_dump: hint: Consider using a full dump instead of a --data-only dump to avoid this problem.
pg_dump: warning: there are circular foreign-key constraints on this table:
pg_dump: detail: comments
pg_dump: hint: You might not be able to restore the dump without using --disable-triggers or temporarily dropping the constraints.
pg_dump: hint: Consider using a full dump instead of a --data-only dump to avoid this problem.
and when i apply the migration, some datas are missing because of that.
how can i do?
Personally I ignored this, I had the same message but still got all my data.
@@theointechsi emailed you if you dont mind ☺️ (better than yt comments…)
yeah just don't restart your server if you don't want to lose all your files
Just follow my guides on S3 bucket backups and you are gucci my guy!