Skip to content

Commit c63198d

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 7027818 commit c63198d

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
@@ -159,7 +159,7 @@ DROP EXTENSION pgaudit;
159159
CREATE EXTENSION pgaudit;
160160
```
161161

162-
`pg_upgrade` may also create a file called `update_extensions.sql` to facilitate extension upgrades, be aware some of the recommeneded ways to upgrade may be outdated.
162+
`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

164164
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.
165165

0 commit comments

Comments
 (0)