You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the standard docker-compose config, but I tasks is missing after a docker compose down/up. Is there something I need to do to make the tasks persistence logs?
I'm logged in as admin
I have not changed the bind volumes
The text was updated successfully, but these errors were encountered:
The problem seems to be, that the Kvrocks DB is not persistent in the current docker-compose.yml. The Kvrocks container uses /var/lib/kvrocks as default location which is not overwritten correctly by the config file (it looks like Kvrocks ignores the -c parameter - maybe because it's already used in the container's entrypoint).
I'm running the standard docker-compose config, but I tasks is missing after a docker compose down/up. Is there something I need to do to make the tasks persistence logs?
The text was updated successfully, but these errors were encountered: