|
|
|
|
|
by icebraining
3901 days ago
|
|
You could keep Postgres in an immutable image, with only /var/lib/postgres in a separate volume. Upgrading the PG config would just be a matter of unmounting it, replacing the image and re-mounting. (Docker automates this with its "data volumes", but you can do it manually too). |
|
For large datasets that can take hours / days.