IDEMPIERE-3655 Improve installer to include migration scripts and syncApplied / Fix issue with oracle migration script
This commit is contained in:
parent
0cf7b3b04f
commit
faac96eb39
|
@ -28,7 +28,7 @@ ADEMPIERE_DB_USER=$1
|
||||||
ADEMPIERE_DB_PASSWORD=$2
|
ADEMPIERE_DB_PASSWORD=$2
|
||||||
ADEMPIERE_DB_PATH=$3
|
ADEMPIERE_DB_PATH=$3
|
||||||
CMD="sqlplus $ADEMPIERE_DB_USER/$ADEMPIERE_DB_PASSWORD@$ADEMPIERE_DB_SERVER:$ADEMPIERE_DB_PORT/$ADEMPIERE_DB_NAME"
|
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-)"
|
ERROR_STRINGS="^(ORA-[0-9]+:|TNS-|PLS-)"
|
||||||
|
|
||||||
cd $IDEMPIERE_HOME/migration
|
cd $IDEMPIERE_HOME/migration
|
||||||
|
|
Loading…
Reference in New Issue