Skip to content

Instantly share code, notes, and snippets.

@ourskycode
Created November 27, 2017 08:24
Show Gist options
  • Select an option

  • Save ourskycode/06870f701fd0cdfc169c40d16c59cc89 to your computer and use it in GitHub Desktop.

Select an option

Save ourskycode/06870f701fd0cdfc169c40d16c59cc89 to your computer and use it in GitHub Desktop.
Discourse initialize PgSQL
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