| The problem is that we hardcoded the data sources to use the h2 database (inmemory db) in the UPS docker file: https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/servers/plain/src/main/docker/standalone-full.xml#L154-L176. We need to update it to use the postgres one instead. |