Skip to content

Commit 244b272

Browse files
ValClarksontjmoore4
andcommitted
Update docs/content/guides/major-postgres-version-upgrade.md
Co-authored-by: tjmoore4 <42497036+tjmoore4@users.noreply.github.com>
1 parent c63198d commit 244b272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guides/major-postgres-version-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ CREATE EXTENSION pgaudit;
161161

162162
`pg_upgrade` may also create a file called `update_extensions.sql` to facilitate extension upgrades. Be aware some of the recommended ways to upgrade may be outdated.
163163

164-
Please carefully review the `update_extensions.sql` file before you run it and if you want to upgrade `pgaudit` via this file, update the file with the above commands for `pgaudit` prior to execution. After you update the file, you can execute this script using `kubectl exec`, e.g. We recommend verify all extension updates from this file with the appropriate website and their recommendation for upgrading the extension prior to execution.
164+
Please carefully review the `update_extensions.sql` file before you run it and, if you want to upgrade `pgaudit` via this file, update the file with the above commands for `pgaudit` prior to execution. After you update the file, you can execute this script using `kubectl exec`, e.g. We recommend that you verify all extension updates from this file with the appropriate website and their recommendation for upgrading the extension prior to execution.
165165

166166
```
167167
$ kubectl -n postgres-operator exec -it -c database \

0 commit comments

Comments
 (0)