]> Git — Sourcephile - gargantext.git/blob - devops/postgres/schema
[DB] config postgres script.
[gargantext.git] / devops / postgres / schema
1 #!/bin/bash
2
3 DB="gargandbV5"
4
5 psql -c "drop database IF EXISTS \"${DB}\""
6 createdb "${DB}"
7 psql "${DB}" < schema.sql