Skip to content

Commit

Permalink
restore script
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jul 26, 2018
1 parent 14285d1 commit 725d591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/restore-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BACKUP_DIR=/var/smartem/backup

echo "START restore PG databases on `date`"

SCHEMAS="smartem_rt smartem_raw smartem_refined smartem_calibrated sos52n1 v1"
SCHEMAS="smartem_raw smartem_refined smartem_calibrated sos52n1 v1"
for SCHEMA in ${SCHEMAS}
do
BACKUP_FILE=${BACKUP_DIR}/gis-smartem_${SCHEMA}.dmp
Expand Down

0 comments on commit 725d591

Please sign in to comment.