[actualserver] .migrate file is not persistent leading to error when pod is recreated #30662
Open
3 tasks done
Labels
bug
Something isn't working
Chart Name
actualserver
Operating System
other
Deployment Method
FluxCD
Chart Version
12.11.0
Kubernetes Events
Chart Logs
Chart Configuration
Describe the bug
Actual-Server creates a ".migrate" file in /data
This file is not persisted in the current chart setup since server and user files are manually mounted in /data/server-files and /data/user-files.
This might be a leftover from an old actual setup since in the current docs/example for actualserver only the data folder itself is mounted https://github.com/actualbudget/actual-server/blob/master/docker-compose.yml#L21
When the pod is recreated this file is missing and the mentioned error occures and the pod falls into CrashBackLoop.
Manually changing persistence to only mount the /data folder fixes the issue for me, but this requires exporting and reimporting the data.
To Reproduce
Expected Behavior
Recreating the pod should not lead to any issues.
The .migrate file needs to be persisted as well.
Screenshots
Additional Context
I've read and agree with the following
[Chart-Name]
The text was updated successfully, but these errors were encountered: