mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-13 14:41:53 +00:00
The fan-out moved fsync/synchronous_commit/full_page_writes=off into start-db.sh startup flags, but the Postgres workflow runs a postgres:13.3 service container and calls install.sh directly — it never runs start-db.sh. So those flags never reached the Postgres CI, regressing it to full durability on a commit-heavy suite. Re-apply them via ALTER SYSTEM (reloadable) in the DB == "postgres" path, where the service-container workflow executes. MariaDB is unaffected (DB != postgres).