mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
POSTGRES
This commit is contained in:
@@ -10,7 +10,8 @@ echo "Initializing default config..."
|
||||
curl https://raw.githubusercontent.com/CloudFire-LLC/cloudfire/${GITHUB_SHA}/scripts/init_config.sh | bash -
|
||||
|
||||
# Create DB
|
||||
export POSTGRES_PASSWD=postgres
|
||||
export POSTGRES_USER=postgres
|
||||
export POSTGRES_PASSWORD=postgres
|
||||
sudo -E -i -u postgres psql -w -c -h localhost "CREATE DATABASE cloudfire;"
|
||||
|
||||
# Start by running migrations always
|
||||
|
||||
Reference in New Issue
Block a user