mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-13 04:58:09 +00:00
Initial commit.
This commit is contained in:
7
.docker-compose/postgresql/initdb/0003-init_chirpstack_integration.sh
Executable file
7
.docker-compose/postgresql/initdb/0003-init_chirpstack_integration.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" <<-EOSQL
|
||||
create role chirpstack_integration with login password 'chirpstack_integration';
|
||||
create database chirpstack_integration with owner chirpstack_integration;
|
||||
EOSQL
|
Reference in New Issue
Block a user