We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2adfe commit fc4eb82Copy full SHA for fc4eb82
README.md
@@ -12,6 +12,7 @@ docker run malayh/pg_dumper:1.0.0 -d --name pg_dumper \
12
```
13
- See [Configuration](#Configuration) for details on the configuration file
14
- See [docker-compose.yaml](docker-compose.yaml) for an example of how to run the tool with docker-compose
15
+- To restore backups taken by this tool use `pg_restore -U <username> -h <host> -p <port> -d <db name> --clean --if-exists <backup file>`
16
17
# Configuration
18
0 commit comments