Matthew Momjian
Matthew Momjian
I don't believe this is necessary? What is your YML for the backup container and what issue are you running into? With `POSTGRES_CLUSTER: 'TRUE'` set, the behavior of the backup...
Thanks for testing. I will open an issue on the upstream repo but for now I guess we need to re add this.
prodrigestivill/postgres-backup-local will update the documentation to specify that `POSTGRES_DB` will be used as the connecting database for pg_dumpall, not the target backup database. We need to update our example compose...
Upstream project has added documentation to confirm that this is a required flag even with POSTGRES_CLUSTER set.
Can you be more specific with the filesize? How are you determining this size and what changes are you seeing? I believe the backup symbol is supposed to indicate images...
Thanks for the reply. I was trying to use single-tree, with the following settings: ``` GRAMPSWEB_TREE: 'grampsweb' GRAMPSWEB_POSTGRES_USER: 'grampsweb' GRAMPSWEB_POSTGRES_PASSWORD: 'redacted' GRAMPSWEB_USER_DB_URI: 'postgresql://grampsweb:redacted@ip:port/gramps_user' ``` I have also tried with `GRAMPSWEB_TREE:...
> The discussion [here](https://dba.stackexchange.com/questions/328050/why-is-postgresql-data-checksums-not-enabled-by-default) doesn't seem very positive for this flag. It adds a lot of WAL due to the need to enable hinting and the devs debate on what...
> > If wal_compression is enabled (is it by default in the Docker image?), the I/O difference is minimal > > It isn't enabled currently, so I guess it's fine...
> Of the settings you listed, `max_wal_size=2gb` shaved some time off of the geodata import the last time I tried it, so that would be nice to set as well....
I just started an instance with the docker-compose.yml in this commit, uploaded an image, and did a test search. Logs look clean. ``` postgres=# show data_checksums; data_checksums ---------------- on (1...