问题
I have configured API Manager 1.6.0 with MySQL. I have tried to run the version 1.7.0 with same conections and I have several errors like this
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'wso2_apiManagerdb.IDN_OAUTH2_SCOPE' doesn't exist
Exists any documentation for migrate? Thanks
回答1:
You can find the migration script here at [1].
[1] - https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/apimgt/1.7.0/modules/distribution/resources/migration-1.6.0_to_1.7.0/
回答2:
Please use the migration scripts found in the following location
https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/apimgt/1.7.0/modules/distribution/resources/migration-1.6.0_to_1.7.0/
来源:https://stackoverflow.com/questions/23871458/wso2-api-manager-upgrade-1-6-0-to-1-7-0