Skip to content

Commit 55385aa

Browse files
fix(rdb): review ro
Co-authored-by: Rowena Jones <[email protected]>
1 parent 34cc5b1 commit 55385aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/managed-databases-for-postgresql-and-mysql/troubleshooting/database-instance-connectivity-issues.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ I cannot connect to my Database Instance through the public network.
2525
- The Database Instance TLS certificate is outdated
2626
- Your allowed IPs are not properly configured
2727
- You have reached the maximum number of connections
28-
- The Database Instance experiences instabilities due to a high load
28+
- The Database Instance is experiencing instabilities due to a high load
2929

3030
### Solution
3131

3232
You can check the following points to identify and act on what might be causing the issue:
3333

34-
1. If TLS is enabled on the Database Instance, make sure the certificate is up-to-date, and that your client application is properly configured.
34+
1. If TLS is enabled on the Database Instance, make sure the certificate is up to date, and that your client application is properly configured.
3535
2. Make sure your [ACLs](/managed-databases-for-postgresql-and-mysql/concepts/#allowed-ips) are [properly configured](/managed-databases-for-postgresql-and-mysql/how-to/manage-allowed-ip-addresses).
36-
3. Make sure your Database Instance does not reach the maximum number of connections stipulated in the advanced settings of the Database Instance. You can monitor the number of connections on [Cockpit](/managed-databases-for-postgresql-and-mysql/how-to/monitor-databases-cockpit). You can also [adjust the advances settings](/managed-databases-for-postgresql-and-mysql/how-to/configure-advanced-settings) to accept a higher number of connections.
36+
3. Make sure your Database Instance has not reached the maximum number of connections stipulated in the advanced settings of the Database Instance. You can monitor the number of connections on [Cockpit](/managed-databases-for-postgresql-and-mysql/how-to/monitor-databases-cockpit). You can also [adjust the advances settings](/managed-databases-for-postgresql-and-mysql/how-to/configure-advanced-settings) to accept a higher number of connections.
3737
4. [Monitor other usage metrics on Cockpit](/managed-databases-for-postgresql-and-mysql/how-to/monitor-databases-cockpit) to:
3838

3939
- Check if the memory usage is nominal. High memory usage could trigger OOM Kills and cause disconnection

0 commit comments

Comments
 (0)