commit 38a8613121080093acb3734620a08eafc2cd4db8 parent 9f007fefec108173d947569a3355825316ff7cbb Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Sun, 20 Oct 2024 23:30:33 +0200 feat(dev): rm init-db.sh Diffstat:
D | dev/init-db.sh | | | 13 | ------------- |
1 file changed, 0 insertions(+), 13 deletions(-)
diff --git a/dev/init-db.sh b/dev/init-db.sh @@ -1,12 +0,0 @@ -#!/bin/bash - -# set -o errexit -# set -o nounset -set -o xtrace - -# enable logical replication for publications -sed -i 's/#wal_level = replica/wal_level = logical/' /var/lib/postgresql/data/postgresql.conf -pg_ctl restart - -# import database schema -cat /schema/*.sql | psql -h /var/run/postgresql -U $PGUSERNAME -\ No newline at end of file