Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Evili del Rio i Silvan
birding
Commits
e09f83d3
Commit
e09f83d3
authored
Oct 26, 2018
by
Evili del Rio i Silvan
Browse files
Removed legacy assure_postgres_user.sh
parent
67363b9c
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e09f83d3
[

](https://gitlab.iri.upc.edu/erio/birding/commits/master)
[

](https://gitlab.iri.upc.edu/erio/birding/commits/master)
# Birding Django App
A toy project to showcase GitLab
\ No newline at end of file
A toy project to showcase GitLab
assure_postgres_user.sh
deleted
100755 → 0
View file @
67363b9c
#!/usr/bin/env bash
export
PGPASSWORD
=
${
POSTGRES_PASSWORD
}
psql
--host
fogerty.upc.es
\
--user
${
POSTGRES_USER
}
\
--dbname
${
POSTGRES_DB
}
\
--command
"CREATE USER postgres SUPERUSER;"
\
||
echo
"User postgres not created"
exit
0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment