[CRITICAL] Failed to connect to the storage backend. Trying again in a bit
The database partition running the RAAS database has exhausted all available free disk space. This storage exhaustion prevents the RAAS service from successfully connecting to the database backend, causing the service to fail.
To resolve this issue, free up space on the database partition and restart the services:
Log in to the RAAS database server (Execute the default connection command (you will be prompted for the postgres user password):
psql -U postgres -h localhost
List All Available Databases and locate your target database name (e.g., raas_xxxxx) from the displayed list.
\l
Connect to the Target Database (Switch directly to your target database from within the interactive prompt)
\c raas_xxxxx