Skip to content

Issue with redis  #254

Description

@bormaa

Suddenly The data in redis becomes empty and karton dashboard looks like new however their were tasks their.
I use this docker configuration for redis

image: redis/redis-stack-server:latest
ports:
  - "6379:6379"
restart: always
healthcheck:
  test: ["CMD", "redis-cli", "ping"]
  interval: 10s
  timeout: 3s
  retries: 10

I checked part of the logs and found this if it can help

209144:C 14 Apr 2024 20:47:31.079 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB
8:M 14 Apr 2024 20:47:31.168 * Background saving terminated with success
8:M 14 Apr 2024 20:52:14.504 * DB saved on disk
8:M 14 Apr 2024 20:52:15.174 * <redisgears_2> Got a flush started event
8:M 14 Apr 2024 20:52:15.178 * DB saved on disk
8:M 14 Apr 2024 20:52:17.505 * DB saved on disk
8:M 14 Apr 2024 20:52:18.172 * DB saved on disk
8:M 14 Apr 2024 20:52:18.512 * <redisgears_2> Got a flush started event
8:M 14 Apr 2024 20:52:18.524 * DB saved on disk
8:M 14 Apr 2024 20:52:20.861 * DB saved on disk
8:M 14 Apr 2024 20:57:22.039 * 100 changes in 300 seconds. Saving...
8:M 14 Apr 2024 20:57:22.045 * Background saving started by pid 209492
209492:C 14 Apr 2024 20:57:22.053 * DB saved on disk
209492:C 14 Apr 2024 20:57:22.055 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions