Azure / Community-Policy

This repo is for Microsoft Azure customers and Microsoft teams to collaborate in making custom policies.
MIT License
636 stars 327 forks source link

New Policy (Azure Database for PostgreSQL flexible servers): PostgreSQL flexible servers should log checkpoints #440

Closed tdefise closed 7 months ago

tdefise commented 7 months ago

Policy

Description

This policy helps audit any PostgreSQL databases in your environment without log_checkpoints setting enabled

Details

Enabling log_checkpoints helps the PostgreSQL Database to Log each checkpoint in turn generates query and error logs. However, access to transaction logs is not supported. Query and error logs can be used to identify, troubleshoot, and repair configuration errors and sub-optimal performance.

Contribution Rules