Skip to content

Commit

Permalink
Add script to create a read-only db user.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carsten Fortmann-Grote committed Dec 19, 2024
1 parent b4c978d commit bb9bc6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/setup_ontop_dbuser.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

PGPASSWORD='postgres' psql -U postgres -h localhost -p 15432 < queries/sql/ontop_user.sql

0 comments on commit bb9bc6e

Please sign in to comment.