vitoyucepi
  • Joined on 2025-01-23
vitoyucepi commented on issue borgmatic-collective/borgmatic#978 2025-01-25 16:35:03 +00:00
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…

vitoyucepi commented on issue borgmatic-collective/borgmatic#978 2025-01-25 12:41:08 +00:00
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:…

vitoyucepi opened issue borgmatic-collective/borgmatic#978 2025-01-24 16:58:53 +00:00
pg_dump in directory format can't be done if extracted using docker exec
vitoyucepi commented on issue borgmatic-collective/borgmatic#975 2025-01-24 16:18:28 +00:00
pg_dump and compression

Directory export doesn't work when docker exec database pg_dump.

vitoyucepi commented on issue borgmatic-collective/borgmatic#975 2025-01-24 15:59:23 +00:00
pg_dump and compression

Double compression

compression: auto,zstd
postgresql_databases:
  - name: db
    format: custom
1st run

Duration: 13.43 seconds

vitoyucepi commented on issue borgmatic-collective/borgmatic#975 2025-01-24 15:08:21 +00:00
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…

vitoyucepi commented on issue borgmatic-collective/borgmatic#975 2025-01-24 04:03:36 +00:00
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…

vitoyucepi opened issue borgmatic-collective/borgmatic#975 2025-01-23 14:01:23 +00:00
pg_dump and compression