Last active 2 months ago

https://github.com/docker-library/postgres/issues/37#issuecomment-180615524

stuzer05's Avatar stuzer05 revised this gist 2 months ago. Go to revision

No changes

stuzer05's Avatar stuzer05 revised this gist 2 months ago. Go to revision

1 file changed, 1 insertion

run.sh(file created)

@@ -0,0 +1 @@
1 + docker exec postgres-old pg_dumpall -U root | docker exec -i postgres-new psql -U root
Newer Older