Skip to content

Warn users during reconfigure if their running db is outdated

DJ Mountney requested to merge warn-postgres-needs-restart into master

Closes: #3891 (closed)

Runs a query against the db to check the currently running version, and compares that with the binary version. Instruct users to restart postgres in that case.

Edited by DJ Mountney

Merge request reports