forms-flow-ai icon indicating copy to clipboard operation
forms-flow-ai copied to clipboard

Wrong volume mapping in keycloak compose file

Open marc-b2 opened this issue 2 years ago • 3 comments

Bug Report

Please provide information about your setup

  • formsflow.ai Version: 5.1.0

Steps to Reproduce

  1. follow documentation for docker full deployment

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 in forms-flow-idm/keycloak/docker-compose.yml should look like this

./postgres/keycloak:/var/lib/postgresql/data

as provided here

marc-b2 avatar Feb 07 '23 12:02 marc-b2

Thanks @marc-b2 for raising this issue. We have 2 PRs in place to fix this in local development (https://github.com/AOT-Technologies/forms-flow-ai/pull/1208) and in deployment (https://github.com/AOT-Technologies/forms-flow-ai-deployment/pull/37/files)

sumesh-aot avatar Feb 09 '23 21:02 sumesh-aot

is this issue specific to mac only? @sumesh-aot @marc-b2

sreehari-aot avatar Feb 23 '23 09:02 sreehari-aot

@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.

marc-b2 avatar Feb 27 '23 14:02 marc-b2