Skip to content

Instantly share code, notes, and snippets.

@Tobi-De
Created October 16, 2023 14:09
Show Gist options
  • Save Tobi-De/f2c3d163880e63c6e4c4358a8091e06f to your computer and use it in GitHub Desktop.
Save Tobi-De/f2c3d163880e63c6e4c4358a8091e06f to your computer and use it in GitHub Desktop.
postgres dump restore
pg_dump "sslmode=require host=<host> dbname=leerming user=leerming" --data-only -f leerming.sql
psql "host=<host> dbname=leerming user=leerming" < leer.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment