Skip to content

Commit fc4eb82

Browse files
committed
Update reademe
1 parent aa2adfe commit fc4eb82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ docker run malayh/pg_dumper:1.0.0 -d --name pg_dumper \
1212
```
1313
- See [Configuration](#Configuration) for details on the configuration file
1414
- 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>`
1516

1617
# Configuration
1718

0 commit comments

Comments
 (0)