fix: connection_string should override other params (#10180)

closes #9965
This commit is contained in:
Harshavardhana
2020-08-03 09:16:00 -07:00
committed by GitHub
parent d8be9f12a2
commit d61eac080b
3 changed files with 20 additions and 18 deletions

View File

@@ -331,7 +331,7 @@ func SetNotifyPostgres(s config.Config, psqName string, cfg target.PostgreSQLArg
},
config.KV{
Key: target.PostgresUsername,
Value: cfg.User,
Value: cfg.Username,
},
config.KV{
Key: target.PostgresPassword,