Demo server doesn't have OWAs configured right

There’s a huge chance I broke it:

So, the way I got that .sql was: mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.6.2-SNAPSHOT:build-distro -B -Ddir=demo-server -Ddistro=rerenceapplication:2.5

I did modify ‘add_demo_data’ property to true, and started the docker containers. After all that process finished, I did take a mysql data dump. You can see the sql here (https://github.com/cintiadr/docker-openmrs/tree/master/dbdump). And as I attempt to get the resets working again, I uploaded it to current demo server.

Note that the next demo server will be based on the docker image generated by the SDK, the only changes will be the docker compose file ( I’d expect it to be just like https://github.com/cintiadr/docker-openmrs/blob/master/docker-compose.yml, changing the image name). Maybe if we can get a SDK release, it should be done in a week or two :slight_smile:

There’s a property ‘module_web_admin=true’ is always enabled on that docker image, is that the same property you are referring to?