IDEMPIERE-3655 Improve installer to include migration scripts and syncApplied / Fix issue with oracle migration script

This commit is contained in:
Carlos Ruiz 2018-11-07 11:18:38 -02:00
parent 0cf7b3b04f
commit faac96eb39
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ ADEMPIERE_DB_USER=$1
ADEMPIERE_DB_PASSWORD=$2
ADEMPIERE_DB_PATH=$3
CMD="sqlplus $ADEMPIERE_DB_USER/$ADEMPIERE_DB_PASSWORD@$ADEMPIERE_DB_SERVER:$ADEMPIERE_DB_PORT/$ADEMPIERE_DB_NAME"
SILENTCMD="$CMD -S"
SILENTCMD="sqlplus -S $ADEMPIERE_DB_USER/$ADEMPIERE_DB_PASSWORD@$ADEMPIERE_DB_SERVER:$ADEMPIERE_DB_PORT/$ADEMPIERE_DB_NAME"
ERROR_STRINGS="^(ORA-[0-9]+:|TNS-|PLS-)"
cd $IDEMPIERE_HOME/migration