Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/doc/addons/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@

If you want to use [pg_activity](https://github.com/dalibo/pg_activity) on a PostgreSQL add-on, but you encounter the following error `Exception: Must be run with database superuser privileges.`, you need to add the `--rds` flag when you start it.

## Dbtune Solution

Check failure on line 164 in content/doc/addons/postgresql.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/addons/postgresql.md#L164

[Vale.Spelling] Did you really mean 'Dbtune'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Dbtune'?", "location": {"path": "content/doc/addons/postgresql.md", "range": {"start": {"line": 164, "column": 4}}}, "severity": "ERROR"}

You can use [Dbtune](https://dbtune.com) solution on PostgreSQL add-ons for enhanced database performance optimisation and monitoring. This feature provides advanced tuning capabilities to improve query performance and overall database efficiency.

Check failure on line 166 in content/doc/addons/postgresql.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/addons/postgresql.md#L166

[Vale.Spelling] Did you really mean 'Dbtune'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Dbtune'?", "location": {"path": "content/doc/addons/postgresql.md", "range": {"start": {"line": 166, "column": 14}}}, "severity": "ERROR"}

To enable Dbtune solution on your PostgreSQL add-on, [contact Clever Cloud support](https://console.clever-cloud.com/ticket-center-choice).

Check failure on line 168 in content/doc/addons/postgresql.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/addons/postgresql.md#L168

[Vale.Spelling] Did you really mean 'Dbtune'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Dbtune'?", "location": {"path": "content/doc/addons/postgresql.md", "range": {"start": {"line": 168, "column": 11}}}, "severity": "ERROR"}

## πŸ”‘ Rights and permissions

Add-ons are managed services, meaning that users have **standard access** to the database (role **owner**). Some operations like databases and users creation, as well as some settings modifications aren't available by default. This ensures optimal performances and security for managed services as configured by Clever Cloud.
Expand Down
Loading