I've been trying to debug an error when doing differential backups but the only log statements I see is
WARN: local-1 process terminated unexpectedly on signal 11
...
WARN: unable to wait on child process: [10] No child processes
which is not very helpful.
I've been trying to debug an error when doing differential backups but the only log statements I see is
which is not very helpful.
I also noticed the log opts are hard-coded (https://github.com/operasoftware/cnpg-plugin-pgbackrest/blob/main/internal/pgbackrest/command/commandbuilder.go#L242-L258). Can we make this configurable? (Happy to contribute as usual)