PostgreSQL Backup: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „== Backup == <pre> pg_restore -c -C <filename> </pre> == Restore == <pre> </pre> == Links == [https://www.postgresql.org/docs/9.1/backup-dump.html https:…“) |
(→Links) |
||
Zeile 22: | Zeile 22: | ||
Zurück zu [[PostgreSQL#Backup erstellen und Restore|PostgreSQL]] | |||
Zurück zu [[PostgreSQL#Backup |
Version vom 10. Juni 2019, 09:33 Uhr
Backup
pg_restore -c -C <filename>
Restore
Links
https://www.postgresql.org/docs/9.1/backup-dump.html
http://postgresguide.com/utilities/backup-restore.html
https://www.postgresql.org/docs/9.3/app-pgdump.html
https://dba.stackexchange.com/questions/161857/how-to-backup-restore-in-postgresql-pgadmin-4
Zurück zu PostgreSQL