Getting below error while starting *aerogear/unifiedpush-wildfly* docker image
{code:java} docker run --name ups --link unifiedpushDB:unifiedpush --link keycloakDB:keycloak -p 8443:8443 -it aerogear/unifiedpush-wildfly {code}
{quote}Starting Liquibase migration Unexpected error running Liquibase: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'installation' already exists{quote}
If MySQL docker process is started with no external volumes, this error is not seen. |
|