Talk:Applying additional Migration Scripts

From iDempiere en
Revision as of 22:42, 14 March 2020 by AWieclawski (talk | contribs) (all reqired migration scripts og)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Maybe command:

bash RUN_SyncDBDev.sh > migration_$(date +"%d_%m_%Y_%H%M%S").log

would be more useful to obtain textual report of the migration process.

The same regards using 'find' command results, they are more readable:

find $IDEMPIERE_REPOSITORY/migration/*/postgresql -name "*.sql"| sed 's#.*/##' > allreqmigrscr.log
Cookies help us deliver our services. By using our services, you agree to our use of cookies.