Note: Take a backup of the PostgreSQL configuration before making any changes.
To resolve the issue, download and run the attached Windows .bat script to correct the issue in your configuration. The script will automatically reload your PostgreSQL configuration requiring no user intervention.
Note: During a PostgreSQL reload all active connections will remain but no new connections will be allowed.
Alternatively, manually edit the postgresql.conf file:
- Edit <Install Drive>:\ProgramData\VMware\vCenterServer\data\vpostgres\postgresql.conf
- Uncomment wal_sync_method
- Set wal_sync_method=fsync_writethrough
- Reload or restart PostgreSQL