aboutsummaryrefslogtreecommitdiffstats
path: root/volumes/mariadb/docker-entrypoint-initdb.d/01-create-camundabpmn.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-04-05SO mariadb scripts failure if user existsMahendra Raghuwanshi1-1/+1
Issue-ID: OOM-1781 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com> Change-Id: Ib4b48271375cb2771771258ffee14afddcaf314c
2019-03-26Removed drop user user statementRamesh Parthasarathy1-1/+0
Removed drop user user statement to address MariaDB issues. Change-Id: I668a2e9b7143aa3cce7ab67604d3e82f89a826d1 Issue-ID: SO-1674 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-03-19Altered create database db statementsRamesh Parthasarathy1-3/+4
Altered init db statements to allow it to be rerun whenever necessary. added logging. Change-Id: I7b7cb0d01c1418d2061bf5dc82d4a809bc942a23 Issue-ID: SO-1674 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-03-17Altered create database db statementsRamesh Parthasarathy1-0/+1
Create user seems to fail every time So added drop user statement to overcome Change-Id: Ie50085771d38759c5b7792515ac2f199a5d6530e Issue-ID: SO-1674 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-03-11Delete DROP USERBrian Freeman1-1/+0
Issue-ID: SO-1605 Change-Id: I14f875779f011e2b472dbf73c43dd128fc8139df Signed-off-by: Brian Freeman <bf1936@att.com>
2019-03-08Fix path for sql scriptsBrian Freeman1-0/+3
Issue-ID: SO-1605 Change-Id: I2a1cc1e6f2b1039b7ce8f556d524dc919d4a9fc4 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-03-07Fix CamundaSmokowski, Steve (ss835w)1-0/+3
Camunda requires a manual update for variable storage Issue-ID: SO-1605 Change-Id: I493d6b8e56c46015d87772bcb70c2990b90078b8 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-02-27changed camundabpmn schema start up scriptsRamesh Parthasarathy1-3/+0
To address bpmn pod start up issue the startup has been changed. Change-Id: I0c225d3770ba2edeacf206287c8064880e22233f Issue-ID: SO-1515 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-08-01Mariadb scripts for containerized environmentRob Daugherty1-0/+37
Note the following databases and users: requestdb: requestuser/request123 catalogdb: cataloguser/catalog123 camundabpmn: camundauser/camunda123 Removed all of the "bulkload" data for use cases from docker-config. If still required, this data is handled elsewhere now. Change-Id: Ie093ea0a335d35b9cdced394e290daae46b888b8 Issue-ID: SO-710 Signed-off-by: Rob Daugherty <rd472p@att.com>