You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how-to/h-enable-plugins-extensions.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,16 @@
1
1
# How to enable plugins/extensions
2
2
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
+
3
7
## 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:
5
13
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:
0 commit comments