soju/templates/setup_db.psql.j2
author Luke Hoersten <luke@hoersten.org>
Sat, 28 Mar 2026 20:09:33 -0500
changeset 256 f7af0562f84c
parent 255 433b19646947
permissions -rw-r--r--
Removed sojuctl ansible commands. configure via client.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
255
433b19646947 Added soju role.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     1
CREATE USER soju;
433b19646947 Added soju role.
Luke Hoersten <luke@hoersten.org>
parents:
diff changeset
     2
CREATE DATABASE soju WITH OWNER soju;