Any way to dump the data of the supabase postgres ...
# off-topic
l
Any way to dump the data of the supabase postgres database
k
Let's continue in a thread. If you can't use WSL for some reason (old or Server Windows), you should still be able to use pgAdmin.
Do you have some favourite tool for interacting with PostgreSQL? It should have an option to dump the DB
l
Well no
I only ever used the supabase dashboard
k
DataGrip (from JetBrains, has free trial) or pgAdmin (PostgreSQL license, I think) should work, and they are GUI tools.
l
Never used any of these before
but I could use datagrip ig
Do they also allow me to import the exported data to another database?
n
When you export or dump the data you are basically creating a huge sql file
So any tool that can run sql will be able to import your dump
k
as Neucoas said, it should be simple. Just make sure you don't change the format - the default raw SQL format is not very efficient, but it's simple to work with (and with DBs in hundreds of megabytes, it's good enough)
l
But do you know any
Do you know any tools that I can use to import the data from the sql file
n
Which platform? Windows? Mac?
For windows HeidiSQL is a good one
For mac I like tablePlus
l
Windows
@Neucoas @ktosiek Btw I appreciate the help you both gave me a lot and im very thankful for it
👍