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
The init file is automatically initialized thru a pgagroal_init_pid_file_if_needed function.
So far so good, but:
$ pgagroal-cli reload
issues
INFO configuration.c:2736 Restart required for pidfile - Existing /tmp/pgagroal.5432.pid New
This is wrong, the pid file has not changed, simply it was not found on the new configuration that is going to be reloaded.
The init file change must be detected correctly, therefore the restart_string must be able to understand if a parameter not set represents a change or not.
The text was updated successfully, but these errors were encountered:
When the configuration reloads, it does not make any sense
to issue a warning about variables, most notably the pid file, that
are set to a default when the application runs and no configuration
has been provided.
Closeagroal#340
When the configuration reloads, it does not make any sense
to issue a warning about variables, most notably the pid file, that
are set to a default when the application runs and no configuration
has been provided.
Closeagroal#340
The init file is automatically initialized thru a
pgagroal_init_pid_file_if_needed
function.So far so good, but:
issues
This is wrong, the pid file has not changed, simply it was not found on the new configuration that is going to be reloaded.
The init file change must be detected correctly, therefore the
restart_string
must be able to understand if a parameter not set represents a change or not.The text was updated successfully, but these errors were encountered: