mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 14:24:54 +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(
|
||||
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…
x
Reference in New Issue
Block a user