First let's check your connection to IriusRisk. Execute on your own machine MTR or PathPing against IriusRisk:
$ mtr -w your-endpoint.iriusrisk.com
This is an example of a good connection:
IriusRisk is heavily dependent on the database connection. It is important to have a fast and reliable connection between the IriusRisk web server and it's database. So let's enter the IriusRisk web server and check the connection to the database.
# enter IriusRisk web server
$ docker exec -it iriusrisk-tomcat sh
# execute mtr against the database
$ mtr -w your-database.iriusrisk.com
This is an example of an ideal scenario where the database is located on the same host as a web server:
Comments
0 comments
Article is closed for comments.