Top
Enterprise Postgres 18 for Kubernetes User's Guide

4.11.5 Uploaded File on Web Server

The FEP cluster uploads the pgbadger report according to the incremental mode:

incremental mode

Uploaded file name

Example

True

[fep cluster name]-sts-[pod index].zip

pgbadger-test3-sts-0.zip

pgbadger-test3-sts-1.zip

False

[fep cluster name]-sts-[pod index].html

pgbadger-test3-sts-0.html

pgbadger-test3-sts-1.html


The zip file contains a folder of pgbadger incremental report.

Example)

\database
  \log
    \pgbadger-report
      \[years]
        \[months]
        \[weeks]

Note

  • The web server is NOT included in the FEP cluster solution.

  • The web server is responsible to the uploaded files according to the customer’s business logic.