IDEMPIERE-4670 RUN_ImportIdempiere can call RUN_SyncDB and sign-database (#552)
This commit is contained in:
parent
9370dbb77e
commit
82e38002f7
|
@ -29,3 +29,8 @@ read -r _
|
||||||
# Parameter: <systemAccount> <AdempiereID> <AdempierePwd>
|
# Parameter: <systemAccount> <AdempiereID> <AdempierePwd>
|
||||||
# globalqss - cruiz - 2007-10-09 - added fourth parameter for postgres(ignored in oracle)
|
# globalqss - cruiz - 2007-10-09 - added fourth parameter for postgres(ignored in oracle)
|
||||||
"$ADEMPIERE_DB_PATH"/ImportIdempiere.sh "$SYSUSER/$ADEMPIERE_DB_SYSTEM" "$ADEMPIERE_DB_USER" "$ADEMPIERE_DB_PASSWORD" "$ADEMPIERE_DB_SYSTEM" "$SUFFIX"
|
"$ADEMPIERE_DB_PATH"/ImportIdempiere.sh "$SYSUSER/$ADEMPIERE_DB_SYSTEM" "$ADEMPIERE_DB_USER" "$ADEMPIERE_DB_PASSWORD" "$ADEMPIERE_DB_SYSTEM" "$SUFFIX"
|
||||||
|
|
||||||
|
./RUN_SyncDB.sh
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
./sign-database-build-alt.sh
|
||||||
|
|
|
@ -20,4 +20,9 @@ cd %IDEMPIERE_HOME%\utils
|
||||||
@Rem globalqss - cruiz - 2007-10-09 - added fourth parameter for postgres (ignored in oracle)
|
@Rem globalqss - cruiz - 2007-10-09 - added fourth parameter for postgres (ignored in oracle)
|
||||||
@call %ADEMPIERE_DB_PATH%\ImportIdempiere %SYSUSER%/%ADEMPIERE_DB_SYSTEM% %ADEMPIERE_DB_USER% %ADEMPIERE_DB_PASSWORD% %ADEMPIERE_DB_SYSTEM% %SUFFIX%
|
@call %ADEMPIERE_DB_PATH%\ImportIdempiere %SYSUSER%/%ADEMPIERE_DB_SYSTEM% %ADEMPIERE_DB_USER% %ADEMPIERE_DB_PASSWORD% %ADEMPIERE_DB_SYSTEM% %SUFFIX%
|
||||||
|
|
||||||
|
@call RUN_SyncDB
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
@call sign-database-build-alt
|
||||||
|
|
||||||
@pause
|
@pause
|
||||||
|
|
Loading…
Reference in New Issue