Open edoardop13 opened 1 year ago
Hi, how can export data from postgres db?
I found this command: pg_dump -C -h localhost -U localuser dbname but I don't know where to run it
pg_dump -C -h localhost -U localuser dbname
If you configure the Postgres extension and expose the port, then restart the database, you'll be able to connect to it remotely using pgadmin or other tools.
Hi, how can export data from postgres db?
I found this command:
pg_dump -C -h localhost -U localuser dbname
but I don't know where to run it