David Steele
David Steele
> I may have misunderstood the code, but don't we end up calling walsegmentfind for every segment we want to push ? Yes, but a cache of prior results is...
> Glad it's under consideration ! I'm not sure I understand the point about the required suffixes but as long as a simple HEAD http request can be performed to...
> This is not what I meant, I was talking about the check done here: Ah, yes, you were talking about walSegmentFind() above so I was thinking about backup. >...
> Can't we do that already by using the repo1-storage-tag configuration key ? Not on Posix. Anyway, the entire point is that you could have multiple writers and they would...
Seeing the output of `pgbackrest info` would be helpful. But at a guess, you are generating a lot of WAL and/or your database is large. BTW, you aren't doing yourself...
You restarted Postgres before creating the stanza: ``` systemctl stop [[email protected]](mailto:[email protected]) sudo -u postgres pgbackrest --stanza=main --log-level-console=info stop sudo -u postgres pgbackrest --stanza=main --log-level-console=info stanza-delete systemctl start [[email protected]](mailto:[email protected]) sudo -u...
> My understanding is that the stanza must be created while the database is running. You can get around this with `--no-online` but in generally it is done with the...
There should be warnings in the log that look like: ``` invalid page checksums found in file /pg1/base/1/3 at pages 0, 2-4 ``` It looks like you did not redirect...
My guess is you are running Minio with SSL rather than TLS. We only support TLS.
There is no option to use HTTP in pgBackRest so it is connecting using TLS.