Skip to content

Commit da7ab85

Browse files
github-actions[bot]discourse-gatekeeper-docs-bot
andauthored
'modified: docs/how-to/h-enable-plugins-extensions.md' (#544)
Co-authored-by: discourse-gatekeeper-docs-bot <[email protected]>
1 parent 2a944d0 commit da7ab85

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/how-to/h-enable-plugins-extensions.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# How to enable plugins/extensions
22

3+
This guide outlines the steps for enabling an extension in a Charmed PostgreSQL deployment.
4+
5+
For a list of available extensions, see the page [Supported plugins/extensions](/t/10946). The words "plugin" and "extension" will be used interchangeably.
6+
37
## Prerequisites
4-
* A deployed [Charmed PostgreSQL operator](/t/charmed-postgresql-tutorial-deploy-postgresql/9697?channel=14/edge)
8+
* A deployed [Charmed PostgreSQL operator](/t/9697) from [a revision that supports the desired plugin](/t/10946)
9+
10+
11+
## Enable extension
12+
Enable the extension by setting `True` as the value of its respective config option, like in the following example:
513

6-
## Enable plugin/extension
7-
Enable the plugin/extension by setting `True` as the value of its respective config option, like in the following example:
814
```shell
915
juju config postgresql plugin_<plugin name>_enable=True
1016
```

0 commit comments

Comments
 (0)