Fix backup commands
This commit is contained in:
parent
31a808d36a
commit
1c3bc60563
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ If you're using the provided `docker-compose.yml` file you probably can do somet
|
||||||
|
|
||||||
```
|
```
|
||||||
docker exec filebin_db bash -c "/usr/bin/pg_dumpall -U fb|gzip -c > /filebin_db.sql.gz";
|
docker exec filebin_db bash -c "/usr/bin/pg_dumpall -U fb|gzip -c > /filebin_db.sql.gz";
|
||||||
docker cp filebin_db/:/var:/filebin_db.sql.gz /tmp/;
|
docker cp filebin_db:/filebin_db.sql.gz /tmp/;
|
||||||
docker exec filebin_db bash -c "rm /filebin_db.sql.gz";
|
docker exec filebin_db bash -c "rm /filebin_db.sql.gz";
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue