Level: Major
Purpose: This alert tells us when there is an issue with bubble app making a database connection
Scenario: Bubble app cannot connect to a database due to either a connectivity issue with the database or the number of max connections set
Resolution: In the case of a database access issue make sure user, host & credentials are correct and that the database is reachable. Otherwise the /var/spring-boot/buble-app/application.properties file will need to be updated to increase the Max active DB connections
Manual Action Steps: in application.properties, an example from a previous fix
db.pool.maxActive=50 → 100
db.pool.maxWait=5000 → 30000
Auto Clear: This alert will auto clear after 30 minutes of no issues