DLade
DLade
This article [github - membership.db/issues/7](https://github.com/membership/membership.db/issues/7) suggests using of `CREATE EXTENSION "uuid-ossp";` at the database first. I tried it manually and it seams to work. After restarting (via 'docker-compose') the exceptions...
This would be correct, if I would use an own Postgres-DB but I didn't install one. I use the **docker-compose.yaml** given here: '[Docker deployment](https://fraunhoferiosb.github.io/FROST-Server/deployment/docker.html)' (see first comment too). I wonder...
I see the problem. So the solution must be part of docker-compose itself. like: https://stackoverflow.com/questions/47615751/docker-compose-run-a-script-after-container-has-started https://docs.docker.com/compose/reference/run/
It would be nice if you deliver a fixed "docker-compose.yaml". It might be a rare case but developers/customers who want to use strings as Id's might feel helpless about it.
Regarding the code the major and minor version of Spring Data DynamoDB and Spring Data must be the same. e.g. Spring Data DynamoDB Version: 5.2.5 (2.2) => major = 2,...