diff --git a/ci_scripts/configure-tde-server.sh b/ci_scripts/configure-tde-server.sh index 6eb7b2b1384..6105b0e7a85 100644 --- a/ci_scripts/configure-tde-server.sh +++ b/ci_scripts/configure-tde-server.sh @@ -24,7 +24,6 @@ initdb -D "$PGDATA" --set shared_preload_libraries=pg_tde pg_ctl -D "$PGDATA" start -createdb setup_helper -psql setup_helper -f "$SCRIPT_DIR/tde_setup_global.sql" +psql postgres -f "$SCRIPT_DIR/tde_setup_global.sql" pg_ctl -D "$PGDATA" restart