Hi Devs,
In the latest stratos-installer setup.sh file, the 2 files to be amended
are security-mysql.sql and application-mysql.sql in the following lines of
code.
# Database Configuration
# -----------------------------------------------
echo "Create and configure MySql Databases" >> $LOG
echo "Creating userstore database"
pushd $resource_path
${SED} -i "s@USERSTORE_DB_SCHEMA@$userstore_db_schema@g" mysql.sql
${SED} -i "s@USERSTORE_DB_SCHEMA@$userstore_db_schema@g"
security-mysql.sql
${SED} -i "s@USERSTORE_DB_SCHEMA@$userstore_db_schema@g"
application-mysql.sql
popd
But in the stratos-installer package
(stratos/tools/stratos-installer/resources)
the files are named
- security-*sql.mysql* instead of security-*mysql.sql*
- application-*sql.mysql* instead of application-*mysql.sql*
Thank you
--
*Vishanth Balasubramaniam*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
mobile: *+94771737718*
about me: *http://about.me/vishanth <http://about.me/vishanth>*