Skip to content

Checkpoint file path in Helm Chart values defaults to /app instead of /data which mounts the PVC. #104

@digitalthumbs

Description

@digitalthumbs

Describe the bug
If deploying the replicator using the helm chart requires the deployment of a persistent volume and claim, would it not make more sense to have the default path of the checkpoint file to write to a file within the volume?

This ensures that between helm upgrades and deployments, the replicator will continue from previous state.

To Reproduce
Steps to reproduce the behavior:

  1. Deploy the replicator helm chart to a K8S cluster
  2. Make a configuration change to your deployment.
  3. Re-deploy/upgrade the chart
  4. Restart the replicator.

Expected behavior
The replicator would resume from the checkpoint it left at prior to restarting.

Actual behavior
The replicator restarts replication from the begging, no checkpoint file is found.

EventStore details

  • EventStore server version: 23.10.3

  • Operating system: Kubernetes / Amazon Linux

  • EventStore client version (if applicable):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions