mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +00:00
This reverts commit 2e8273dcb47dbe8e66a9e1d24cfb52cdc963b155. We're seeing this cause issues in production multisite environments. Reverting while we investigate
This commit is contained in:
parent
998e035614
commit
6f80ebfc41
@ -135,7 +135,7 @@ module BackupRestore
|
|||||||
DatabaseConfiguration.new(
|
DatabaseConfiguration.new(
|
||||||
config["backup_host"] || config["host"],
|
config["backup_host"] || config["host"],
|
||||||
config["backup_port"] || config["port"],
|
config["backup_port"] || config["port"],
|
||||||
config["user"] || username || ENV["USER"] || "postgres",
|
config["username"] || username || ENV["USER"] || "postgres",
|
||||||
config["password"] || password,
|
config["password"] || password,
|
||||||
config["database"],
|
config["database"],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user