Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Piotr Gawron
minerva-scripts
Commits
b9b74dde
Commit
b9b74dde
authored
Jun 17, 2019
by
Piotr Gawron
Browse files
create .pgpass file for future db management
parent
61a3f0e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/install.sh
View file @
b9b74dde
...
...
@@ -75,3 +75,7 @@ sudo service apache2 restart
#turn on backups
ln
minerva-scripts/server/backup.sh /etc/cron.daily/minerva
#create .pgpass for later db management
echo
"localhost:5432:map_viewer:map_viewer:123qweasdzxc"
>
.pgpass
chmod
0600 .pgpass
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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