Block a user
pg_dump
in directory
format can't be done if extracted using docker exec
if there are any clarifications I can make to the docs
I'd say that 7551810e should explicitly mention that mounting the directory should be done when dumping the database in directory…
pg_dump
in directory
format can't be done if extracted using docker exec
tried mounting the borgmatic runtime directory
In my case this could be achieved by adding -v /tmp/borgmatic:/tmp/borgmatic
to the docker run
command and setting `user_runtime_directory:…
pg_dump
in directory
format can't be done if extracted using docker exec
pg_dump
and compression
Double compression
compression: auto,zstd
postgresql_databases:
- name: db
format: custom
1st run
Duration: 13.43 seconds
pg_dump
and compression
I didn't notice this at first, but they changed the `--compress' option in postgresql 16. Before:
-Z 0..9 --compress=0..9
Specify the compression level to use. Zero means…
pg_dump
and compression
My instinct says not to double compress, but that's just instinct. I'd actually recommend answering this experimentally.
The behavior may be different for large databases. By the way, my…
pg_dump
and compression