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
28b62911
Commit
28b62911
authored
Nov 12, 2019
by
Piotr Gawron
Browse files
connections should go over IP (as standard connection from minerva)
parent
3864061a
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/backup.sh
View file @
28b62911
...
...
@@ -26,7 +26,7 @@ then
fi
export
PGPASSWORD
=
"123qweasdzxc"
pg_dump
-U
map_viewer map_viewer |
gzip
>
"
$BACKUP_DIR
/tmp/map_viewer_db.gz"
pg_dump
-U
map_viewer map_viewer
-h
localhost
|
gzip
>
"
$BACKUP_DIR
/tmp/map_viewer_db.gz"
cd
$BACKUP_DIR
/tmp
tar
-zcf
$BACKUP_FILE
*
...
...
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