We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6005b4 commit 155bbe4Copy full SHA for 155bbe4
nsis/postgresql.nsi
@@ -512,8 +512,9 @@ Section $(PostgreSQLString) sec1
512
; run pgpro-upgrade script and
513
514
DetailPrint "Performing catalog upgradeon $DATA_DIR"
515
- nsExec::ExecToStack '"$INSTDIR\scripts\pgpro_upgrade" "$DATA_DIR"'
+ nsExec::ExecToStack /TIMEOUT=120000 '"$INSTDIR\scripts\pgpro_upgrade" "$DATA_DIR"'
516
Pop $0
517
+ DetailPrint "pgpro_upgrade return $0"
518
Pop $1 # printed text, up to ${NSIS_MAX_STRLEN}
519
DetailPrint "$1"
520
0 commit comments