FIX: clear db_backup_port default value

The presence of this value with the postgresql default keeps tripping up
people. We shouldn't set this here.

examples:
* https://meta.discourse.org/t/84439/2
* https://meta.discourse.org/t/100604/7
* https://meta.discourse.org/t/223144/6
* https://meta.discourse.org/t/291992/10
This commit is contained in:
Michael Brown 2024-01-18 14:25:32 -05:00 committed by Michael Brown
parent d5e3a47d3c
commit 7157798938

View File

@ -35,7 +35,7 @@ db_backup_host =
db_port =
# db server port to use when taking a backup via `pg_dump`
db_backup_port = 5432
db_backup_port =
# database name running discourse
db_name = discourse