LemmyNet / lemmy-ansible

A docker deploy for ansible
GNU Affero General Public License v3.0
248 stars 92 forks source link

Remove invalid `temp_file_size` line in `customPostgresql.conf` #192

Closed codyro closed 11 months ago

codyro commented 11 months ago

Now that customPostgresql.conf is being correctly used, it looks like it has an invalid value which causes PostgreSQL not to start (#191). This PR removes the offending line which allows PostgreSQL to start.

2023-10-17 01:32:35.372 GMT [1] LOG:  unrecognized configuration parameter "temp_file_size" in file "/etc/postgresql.conf" line 27
2023-10-17 01:32:35.372 GMT [1] FATAL:  configuration file "/etc/postgresql.conf" contains errors

@dessalines @Nutomic If you know what you were using this line for and or what it can be replaced with, let me know.