Thank you so much for this video. I have a one question, what if i want to manipulate the existing producion data, are these steps enough or there some extra steps to do it safely, so it doesn't crash my production app
Thanks so much for putting this video together! I love your way of explaining things and breaking them down. If i could ask, would you consider making a video on how to self host supabase? Ive read online that supabase is notoriously tedious to self host but yet i dont understand why that would be the case, since the cli seems pretty straightforward. Am i missong something or is it as simple as spinning up a compute instance and installing the supabase cli and running through pretty much all the same steps one would for local development with the cli? Even so, it would still be useful to make a video about self hosting for those of us who dont have as much experience with hosting/cloud environments/basic security setups. Thanks in advance!😊
Thanks for this video, now I feel more comfortable to start working with supabase, but I have one question, I have been looking all around internet, but nobody explains, how you can sync edge functions into a git repository and then sync this edge functions into other envs. how you can do that?
We need more about Supabase Branhcing. I hope that you will create a video about it or say something about branching in your book. BTW If you need someone who can check for errors or spelling mistakes in your book Im available.
Thank you so much for your feedback, really appreciated! The book is published as part of Packt Publishing which currently has reviewers but I'm happy to get in touch with you for any other things or in case we need more. Where would I be able to contact you?
@@activenode Hello David. Supabase_enjoyer here from different account. UA-cam really dont like when you paster urls in comments... I send you an invitation on Linkedin
Hello, I think that my case may be pretty different and I was wondering if you can help me. I had been using supabase for about 1 year now, and now I decided to migrate to self-hosting to have a more scalable server. But I don't know how to move the current data and auth from the supabase-hosted project to my server. Can you please help me figure it out ?
It's in fact the same approach as shown. When you use a fresh local setup with npx supabase init and then on your existing project use npx supabase db diff it will compare it to your existing empty one and create all of the required structural sql (migration). That's step 1. Step 2 is then, again, same as in the video, run npx supabase db dump --data-only to get the data. Step 3 would be to run npx supabase db push --include-seed (to also push the data) and you should be done. For both cases all schemas, including auth, will be properly backed up. Try it out. Maybe watch the video again a and try it out?
As sentry unfortunately is not open-source - yet - I don't think many would benefit from that. So unfortunately not in the near future. Let's see how the Business License evolves
WOW thank you! The fact that this is not written in the official docs is crazy. Looked everywhere for just this
Thank you ❤ Really. You should be included in the Supabase team.
Awesome video, its waay better then any docs on the supabase website.
Awesome video!
The editing is top notch as well 👌
Thank you. It worked a quite well. Your video has the best explanation and step by step to do it.
Awesome tutorial! I am very grateful for this video!
I watched it 4 times! amazing
thanks a lot, the supabase push now works
I also like snaplet for anonymized data as well as for easily creating test scenarios and it has supabase support out of the box
Yeah, that's cool as well
best video on the internet
Your videos are highly advance and invaluable 😃
These comments are invaluable :)
Best video for this, helped me a lot 👍🏼
Thank you so much for this video.
I have a one question, what if i want to manipulate the existing producion data, are these steps enough or there some extra steps to do it safely, so it doesn't crash my production app
Thank you, very good explained. 🙂
Wonderful, detailed and nice explanation
Thank you so much, your video helped me debugg lot of issues. 🎉
💪🎉
Thanks for this video! Amazing! Just subscribed to your channel!
Brilliant! Answered my exact question and two or three that I would have had. Thank you.
Hello awesome video. Is there a way to auto sync different instances of supabase so I can load balance across multiple supabase instances?
Self hosted or supabase.com? Supabase has read replicas ✌️
Thanks so much for putting this video together! I love your way of explaining things and breaking them down.
If i could ask, would you consider making a video on how to self host supabase? Ive read online that supabase is notoriously tedious to self host but yet i dont understand why that would be the case, since the cli seems pretty straightforward. Am i missong something or is it as simple as spinning up a compute instance and installing the supabase cli and running through pretty much all the same steps one would for local development with the cli? Even so, it would still be useful to make a video about self hosting for those of us who dont have as much experience with hosting/cloud environments/basic security setups.
Thanks in advance!😊
Ps: subscribed!
PS: just to let everyone know that the user permission issue you mention is now resolved at the time of writing (2024-09)
Thanks for this video, now I feel more comfortable to start working with supabase, but I have one question, I have been looking all around internet, but nobody explains, how you can sync edge functions into a git repository and then sync this edge functions into other envs.
how you can do that?
This is great information. Clicking subscribe🎉
thanks ! what about with a docker container
Great video! Thank you!
What about a video on the new branching feature?
Hm, good idea 😎🧐
Very useful 🙂Thanks!
We need more about Supabase Branhcing. I hope that you will create a video about it or say something about branching in your book. BTW If you need someone who can check for errors or spelling mistakes in your book Im available.
Thank you so much for your feedback, really appreciated! The book is published as part of Packt Publishing which currently has reviewers but I'm happy to get in touch with you for any other things or in case we need more. Where would I be able to contact you?
@@activenode Hello David. Supabase_enjoyer here from different account. UA-cam really dont like when you paster urls in comments... I send you an invitation on Linkedin
I just tried the DB diff, but it didn't create the migration files
what about edge functions, storage for multi environment. can't find much in docs
Edge functions: see other comments where I responded:)
Wdym with multiregion storage? CDN?
Thank you for the information
Great video!
😍😍😍
Hello,
I think that my case may be pretty different and I was wondering if you can help me.
I had been using supabase for about 1 year now, and now I decided to migrate to self-hosting to have a more scalable server.
But I don't know how to move the current data and auth from the supabase-hosted project to my server.
Can you please help me figure it out ?
It's in fact the same approach as shown. When you use a fresh local setup with npx supabase init and then on your existing project use npx supabase db diff it will compare it to your existing empty one and create all of the required structural sql (migration).
That's step 1. Step 2 is then, again, same as in the video, run npx supabase db dump --data-only to get the data.
Step 3 would be to run npx supabase db push --include-seed (to also push the data) and you should be done.
For both cases all schemas, including auth, will be properly backed up. Try it out. Maybe watch the video again a and try it out?
Can you do a self hosted sentry setup?
As sentry unfortunately is not open-source - yet - I don't think many would benefit from that. So unfortunately not in the near future. Let's see how the Business License evolves
God bless you
THANK YOU!
really awesome
THANK YOU!
You’re welcome ☺️