Difference between revisions of "Talk:Applying additional Migration Scripts"
From iDempiere en
AWieclawski (talk | contribs) (migration log in text file) |
AWieclawski (talk | contribs) m (all reqired migration scripts og) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Maybe command: | Maybe command: | ||
| − | bash RUN_SyncDBDev.sh > migration_$(date +"%d_%m_%Y_%H | + | 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 | + | 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 | ||
Latest revision as of 22:42, 14 March 2020
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
