Gilles Darold

Results 347 comments of Gilles Darold

The problem I guess is that you have a retention that have removed the binaries from August. As you are expecting month reports are generated from all .bin files not...

you don't use the `-R | --retention` option in your incremental run? Looking at your tree output you just keep the binary files from the current week, you must preserve...

No, normally disabled mean that the binary files are always kept. Maybe you have an external cleanup? Yes, if you are interest in getting a monthly report for August you...

I have given a try and it looks that disabled mean only keep the last week :-D I can't think about a commit sometime ago that changing the behavior but...

I have done some archaeologic search and found that you must add an undocumented option added in 2014 called `--noclean` to prevent pgbadger to remove binary files older than the...

No, if you want to keep the last 6 weeks reports with all related binary files you must use: `--retention 6 --noclean` If you want to keep all past reports...

Hi, I don't know anything about the Azure Log Analytics workspace. If you can obtain a text version of a log and post it here I could be able to...

The problem is that you have imported the constraints before the data. This is possible to proceed like that but you have to enable DROP_FKEY in ora2pg.conf. In this case...

This is because there is write activity on the database you are trying to export data and you probably not use serializable transactions. You can lost consistency between table export....

Ora2Pg use Oracle statistics to get the number of row available in a table, maybe they are not up to date. What does a count(*) on the Oracle table return?