Do not create extra database in configure-tde-server.sh

The postgres database is good enough for this use.
pull/209/head
Andreas Karlsson 7 months ago committed by Andreas Karlsson
parent 4e848ea9f4
commit 747d93f039
  1. 3
      ci_scripts/configure-tde-server.sh

@ -24,7 +24,6 @@ initdb -D "$PGDATA" --set shared_preload_libraries=pg_tde
pg_ctl -D "$PGDATA" start pg_ctl -D "$PGDATA" start
createdb setup_helper psql postgres -f "$SCRIPT_DIR/tde_setup_global.sql"
psql setup_helper -f "$SCRIPT_DIR/tde_setup_global.sql"
pg_ctl -D "$PGDATA" restart pg_ctl -D "$PGDATA" restart

Loading…
Cancel
Save