Files
cgrates/data/storage/postgres/create_db_with_users.sh
2014-11-08 18:23:48 +01:00

10 lines
241 B
Bash
Executable File

#
# 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 createuser -S -D -R -e cgrates
sudo -u postgres createdb -e -O cgrates cgrates