SV-224177r508023_rule
V-224177
SRG-APP-000226-DB-000147
EP11-00-005600
CAT II
10
To set the fsync parameter to "on", connect to the database as a database superuser using psql and execute the following SQL commands:
ALTER SYSTEM SET fsync = on;
SELECT pg_reload_conf();
To check whether fsync() has been enabled for the EDB Postgres Advanced Server cluster, connect to the database as a database superuser using psql and execute the following psql command:
SHOW fsync
If the parameter is set to "off" and this setting has not been documented as approved with justification, this is a finding.
V-224177
False
EP11-00-005600
To check whether fsync() has been enabled for the EDB Postgres Advanced Server cluster, connect to the database as a database superuser using psql and execute the following psql command:
SHOW fsync
If the parameter is set to "off" and this setting has not been documented as approved with justification, this is a finding.
M
4107