| weird. Works here. I run Postgres via docker, like:
docker run -e POSTGRES_PASSWORD=unifiedpush -e POSTGRES_USER=unifiedpush -e POSTGRES_DATABASE=unifiedpush -p 5432:5432 -d postgres:9.6
|
Than I extract clean WF_12, and start it, like:
./bin/standalone.sh -c standalone-full.xml -b 0.0.0.0
|
(Note the standalone-full.xml setting) Once up, I run the "prepare_clean_psql_wf11.sh" script, and deploy the "servers/plain/target/ag-push.war" to the server. (built from master branch) |