We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes in keyloak database are not stored persistantly.
Changes in keycloak database should be stored persistantly.
volume mapping for keycloak-db in forms-flow-idm/keycloak/docker-compose.yml should look like this
keycloak-db
forms-flow-idm/keycloak/docker-compose.yml
./postgres/keycloak:/var/lib/postgresql/data
as provided here
The text was updated successfully, but these errors were encountered:
Thanks @marc-b2 for raising this issue. We have 2 PRs in place to fix this in local development (#1208) and in deployment (https://github.com/AOT-Technologies/forms-flow-ai-deployment/pull/37/files)
Sorry, something went wrong.
is this issue specific to mac only? @sumesh-aot @marc-b2
@sreehari-aot no, this issue is not specific to the host system. it is about the path where the data is stored inside the postgres container.
No branches or pull requests
Bug Report
Please provide information about your setup
Steps to Reproduce
Observed Behaviour
Changes in keyloak database are not stored persistantly.
Expected Behaviour
Changes in keycloak database should be stored persistantly.
Fix
volume mapping for
keycloak-db
informs-flow-idm/keycloak/docker-compose.yml
should look like this./postgres/keycloak:/var/lib/postgresql/data
as provided here
The text was updated successfully, but these errors were encountered: