mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
Renew Drone CI
This commit is contained in:
committed by
Dan Christian Bogos
parent
61a781675c
commit
1445fa3b49
10
data/docker/integration/scripts/postgres/create_db_with_users.sh
Executable file
10
data/docker/integration/scripts/postgres/create_db_with_users.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# Sample db and users creation. Replace here with your own details
|
||||
#
|
||||
|
||||
sudo -u postgres dropdb -e cgrates
|
||||
sudo -u postgres dropuser -e cgrates
|
||||
sudo -u postgres psql -c "CREATE USER cgrates password 'CGRateS.org';"
|
||||
sudo -u postgres createdb -e -O cgrates cgrates
|
||||
Reference in New Issue
Block a user