PostgreSQL
Backup erstellen und Restore
pg_restore -c -C <filename>
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
Datenbanken
Login (mit Passwort)
psql -d database -U user -W
Passwort ändern
psql -d database -U user -W \password
Links Allgemein
http://www.postgresqltutorial.com/psql-commands/
http://www.postgresqltutorial.com/
Zurück zu Hauptseite