summaryrefslogtreecommitdiff
path: root/bin/db_assembler/db_assembler.sh
AgeCommit message (Collapse)Author
2017-10-12Directory Structure [step 1]: moving filesYehonal
working on #672 NOTE: This commit can't be compiled!!
2017-09-21Improved db assembler, now can create DBsYehonal
2017-09-20Bash: Allow action non-interactive selectionYehonal
You can directly run a specific action from command lines useful for cronjobs for example + splitted db_assembler in more files ready to be included from other bash scripts
2017-09-20Bash: Fixed Quit optionYehonal
2017-09-20Implemented sql importing for db_assembler scriptYehonal
It includes a backup system that saves your day if you push the "red button" (importing bases on a production db)
2017-05-01Removed useless code from db_assemblerYehonal
2017-05-01Improved db_assembler simplifying updating processYehonal
Implemented a check for versioning column to skip already applied updates In this way the script can combine all updates under a single sql file that can be imported directly in any case
2016-11-17custom files must be always resetted on full db_assemblingYehonal
2016-10-25Bin/DB-Assembler: fixed bug in Mac OS X md5 generationShinDarth
- IMPORTANT NOTE: new dependency for Mac users: brew install md5sha1sum
2016-08-30[BASH] Removed _timed_ files for custom sqlYehonal
use updates instead.
2016-08-30Fixed db_assembler DB path variable expandingYehonal
+ code indentation
2016-08-29Improved db_assembler with multiple optionsYehonal
- Create ALL - Create only bases/updates/customs - Clean registry
2016-08-26Crossplatform header for bash filesYehonal
2016-08-26db_assembler: removed lowercase substitution not compatible with osxYehonal
2016-08-25minor fix for db_assemblerYehonal
2016-08-25fixed and updated db_assembler to even support old bash v3 ( osx )Yehonal
we're emulating associative array
2016-08-14Bin/DB-Assembler: fix bashYehonal
2016-08-13removed useless redefinition from db_assemblerYehonal
2016-08-07Merge branch 'master' into gitShinDarth
2016-08-07[BASH] improved db assembler with more effective md5 checkYehonal
2016-08-07[DB] implemented automatic version retrievingYehonal
2016-08-07fixed db_assembler scriptYehonal
2016-08-07starting bash rewriting job [WIP]Yehonal
2016-08-06Fix DB-assembler on Mac OS XShinDarth
2016-07-10implemented first version of db_assembler scriptYehonal