I am starting wildfly with ./standalone.sh --server-config=standalone-full.xml It works without errors. I cloned latest aerogear-unifiedpush-server and installed with maven. It created the war files. I follow the steps in https://aerogear.org/docs/unifiedpush/ups_userguide/index/#server-installation. I am using mysql database. It is running on localhost and the port is 3306. Mysql connector version is mysql-connector-java-5.1.18. I created all databases. Generated the UnifiedPush Database and Datasource.
liquibase.properties contains the following info
url=jdbc:mysql://localhost:3306/unifiedpush driver=com.mysql.jdbc.Driver username=unifiedpush password=unifiedpush changeLogFile=/liquibase/master.xml
ON STEP 'CREATE THE DATABASE SCHEMA' I run ./bin/ups-migrator update I get the error 'Unexpected error running Liquibase: Precondition error'
|