You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closes#255 (#322)
* [+] replace single connection options with `--config`
* [!] switch configuration to connection string from separate parameters
From now there is only one command-line parameter `--config` to specify
every possible kind of configuration to read, e.g. `--config=file.yaml`,
`--config=postgresql://user:pwd@host/db?statement_timeout=5`, etc.
From now encrypted not only password but the whole connection string
(if specified).
* [*] update environment variables description
* [*] WebUI updated
---------
Co-authored-by: Denys2002Holub <paloma20022001@gmail.com>
Pros
postgresql://host1:123,host2:456/somedb
synchronous_commit
postgresql://[2001:db8::1234]/database
Cons
TODO
GetPostgresDBConnection()
main.go
patroni.go
The text was updated successfully, but these errors were encountered: