The built-in HQ database is PostgreSQL. Recently, users have been discovering PostgreSQL has a certain limitation: it will not execute more than 2 billion transactions between vacuums. In rare cases, an HQ built-in database can get into this state.
If this happens, the database will stop accepting connections and HQ, which needs a data store, will obviously cease to operate properly. The immediate symptom will be that users will not be able to log in to HQ and the message displayed on the screen will be The backend datasource is unavailable.
That error is not enough to say for sure that the problem is
PostgreSQL avoiding wraparound failure by not accepting
connections. A quick look at the hqdb.log can
confirm. The telltale log entries look like this:
FATAL: database is not accepting commands to avoid wraparound
data loss in database "postgres"
HINT: Stop the postmaster and …