Hi all,
We are currently experimenting with CloudFoundry on IBM Bluemix and running into trouble getting the data snapshot to work.
According to the documentation of the build pack https://github.com/mendix/cf-mendix-buildpack#configuring-custom-runtime-settings, it should be possible to use the data snapshot included with the MDA with setting environment variable USE_DATA_SNAPSHOT to "true".
When I run the app however, the DB is completely empty (when running local data is available).
Storage and DB services are connected to the app.
Anyone who knows how I might get this to work?