This message was deleted.
# troubleshooting
s
This message was deleted.
s
hi @Tish Johnson, yes its imply, following these instructions... https://docs.imply.io/2021.11/install/ running on RedHat 8.6 connecting to Postgres 14 in ibm cloud
t
@Sean Laval - Can you provide the overload logs for the same time frame as the event?
Also can you share these two config settings from `/etc/opt/imply/manager.conf`: IMPLY_MANAGER_STORE_TYPE IMPLY_MANAGER_STORE_DATABASE And will you verify the following settings in
/etc/opt/imply/manager.conf
are correct IMPLY_MANAGER_STORE_HOST=<db_host> IMPLY_MANAGER_STORE_PORT=3306 IMPLY_MANAGER_STORE_USER=<user> IMPLY_MANAGER_STORE_PASSWORD=<password> IMPLY_MANAGER_STORE_CA_CERT_PATH=</path/to/tls.crt> Can you also make sure the IMPLY_MANAGER_STORE_HOST is reachable from the Imply Manager? There would communication between postgres i.e. IMPLY_MANAGER_STORE_HOST on 3306 and Imply Manager on 9097
s
I got past the original problem by installing my own postgres 12 , although I'd prefer to connect to hosted postgres in the ibm cloud
t
Ah the postgres 14 was the IBM Cloud hosted postgres I see