Jaume Sabater
Jaume Sabater
Just wanted to provide some feedback on this thread regarding the package `python3-argcomplete` on Debian Bullseye 11, which fails when executing `activate-global-python-argcomplete3`: ``` ~# activate-global-python-argcomplete3 usage: activate-global-python-argcomplete3 [-h] [--dest DEST]...
Dear Gilles, I updated pgBadger to version 12 and executed the following command: ``` # pgbadger --version pgBadger version 12.0 # pgbadger --extra-files --month-report 2022-08 --jobs 6 --start-monday /var/www/pg_reports/ WARNING:...
Tricky. Here is the output of my `2022/` subdirectory: ``` ~# tree /var/www/pg_reports/2022/ /var/www/pg_reports/2022/ ├── 07 │ └── 31 │ └── index.html ├── 08 │ ├── 01 │ │ └──...
Where is such retention configured? -- Jaume Sabater Ubi sapientas ibi libertas On Fri, Sep 16, 2022, 12:37 Gilles Darold ***@***.***> wrote: > The problem I guess is that you...
No, I don't. The documentation says that the default value is 0 (disabled). I guessed that it would mean "not going to cycle or deal with them". Now I realise...
My PostgreSQL log files are rotated every day and kept for 70 days, so I should still be in time to recreate the daily reports for the month of August...
Nice that the archeology tasks bore fruit :-) So if I want to keep the binary files of the last, say 6 weeks, I should use `--retention 6`, correct? But...
Thanks for the clarification. I've added the following tasks to my to-do list: 1. Add `--noclean` to the current script. 2. Add a cron job to clean up binary files...
Regarding recreating the incremental reports for past days, I cannot manage to achieve it. I am executing the following script but no `.bin` files are being generated: ``` for i...
Hi, Gilles! Did you get this message?