I have a database that can not be started. It started when I change max_wal_size < wal_segement_size
. The error is FATAL ERROR "max wal sender must be at least twice wal_segment_size"
I have changed the value back to its original size, but the error still comes up. it seems that the postgres is still having hang over or something is stuck within the "internal cache".
Why postgres does not pick up the new config file ?
How can I clear the "cache" ?
How can I overwrite the postgres.conf during start ? this is mainly to bypass whatever the postgres.conf that postgres read.
Thanks