transfering data to a new Supabase branch

hello guys , so i was working on a new feature that requires me to test on production data but at the same time i dont want to miss with production data , so i creaated a new branch , and i want it to have production data in it , how is this possible i tried to use pg_dump and stuff , but they werent not working as expected , could anyone one help me here
2 Replies
Luis
Luis6d ago
Hi rahim, got the same issue right now, did you manage to solve it?
rahim_Hz
rahim_HzOP6d ago
hi luis , so as of now , im using pg_dump to get data and after that i transform that data from insert to upsert using a script , but that takes a lot of time , didnt test on large tables though

Did you find this page helpful?