I am trying to connect to a remote mariadb container through my insights instance, whenever I try to connect I get the following error.
- The insights app is connecting successfully to the erpnext site in the same custom_app image it is built with.
- Running
bench version
command gives the following output:
erpnext 14.35.2 frappe 14.45.0 hrms 14.10.1 insights 1.0.1 payments 0.0.1
- I made sure that the container is accessed remotely by exposing the port the container the mariadb container is running on, and I confirmed that I can connect to the database from a remote VM.
Can anyone give me any ideas on why it is not working ? Thanks in advance.