This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Use up-to-date PostgreSQL container version for backups.
pull/663/head
Hardy Erlinger
5 years ago
parent
ae75920be9
commit
ee8dd44837
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docs/maintenance-postgres.md
+ 1
- 1
docs/maintenance-postgres.md
View File
@@ -45,7 +45,7 @@ docker run \
--log-driver=none \
--network=matrix \
--env-file=/matrix/postgres/env-postgres-psql \
postgres:1
2.4
-alpine \
postgres:1
3.0
-alpine \
pg_dumpall -h matrix-postgres \
| gzip -c \
> /postgres.sql.gz
Write
Preview
Loading…
Cancel
Save