-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Running pgagroal 7fa65ed.
The configuration has a single server:
$ cat /etc/pgagroal/pgagroal.conf
...
[venkman]
host = venkman
port = 5432
primary = on
Once pgagroal has started the situation is:
$ pgagroal-cli details
Status: Running
Active connections: 0
Total connections: 2
Max connections: 5
---------------------
Server: venkman
Host: venkman
Port: 5432
State: Primary
---------------------
...
but then if issuing a reload the status of the only available server is lost:
$ pgagroal-cli reload && pgagroal-cli details
Status: Running
Active connections: 0
Total connections: 2
Max connections: 5
---------------------
Server: venkman
Host: venkman
Port: 5432
State: Not init
---------------------
...
No changes to the configuration.
This is related to #223 and in my opinion should be fixed before that issue.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working