mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:56:01 +08:00
This reverts commit 2e8273dcb4
. 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(
|
||||
config["backup_host"] || config["host"],
|
||||
config["backup_port"] || config["port"],
|
||||
config["user"] || username || ENV["USER"] || "postgres",
|
||||
config["username"] || username || ENV["USER"] || "postgres",
|
||||
config["password"] || password,
|
||||
config["database"],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user