Skip to content

Commit ed17315

Browse files
committed
- added verbose flag
1 parent 7b0b667 commit ed17315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sanitizer/src/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if [[ ! -f "/files/${filename}" ]]; then
6161
fi
6262
log "Restoring '${backup_file}'..."
6363
log "pg_restore /files/${filename}"
64-
pg_restore "/files/${filename}" -U postgres -d ${DB_NAME}
64+
pg_restore "/files/${filename}" -U postgres -d ${DB_NAME} -v
6565
status=$?
6666
if [ "$status" != "0" ];
6767
then

0 commit comments

Comments
 (0)