vault backup: 2024-07-02 17:23:55

This commit is contained in:
2024-07-02 17:23:56 +02:00
parent e60e1efd7a
commit 5592752358
2 changed files with 16 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
# Backup/Dump
Im Verzeichnis von Postgres ausführen:
```
C:\Program Files\PostgreSQL\16\bin>pg_dump.exe -U USER -d DATABASE -f c:\test.dump
```