-
-
Save ourskycode/06870f701fd0cdfc169c40d16c59cc89 to your computer and use it in GitHub Desktop.
Discourse initialize PgSQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubectl exec **pgsql** -- su postgres -c 'psql template1 -c "create extension if not exists hstore;"' | |
| kubectl exec **pgsql** -- su postgres -c 'psql template1 -c "create extension if not exists pg_trgm;"' | |
| kubectl exec **pgsql** -- su postgres -c 'psql **discourse** -c "create extension if not exists hstore;"' | |
| kubectl exec **pgsql** -- su postgres -c 'psql **discourse** -c "create extension if not exists pg_trgm;"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment