I do have supabase in docker (docker-compose), how...
# help
u
I do have supabase in docker (docker-compose), how can I migrate it to another machine with all data there?
n
Hello @<Ocean />! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
s
Connect to the database directly and export the data, then import it into the new docker install.
n
OceanTechnic (2022-05-20)
u
I see thank you