Describe the bug
Everything was working fine but since a couple of days ago the project stopped working with the following message:
redis not ready is preventing the project to start.
Logs:
...
[mongo] {"t":{"$date":"2026-04-11T19:07:59.712+00:00"},"s":"I", "c":"CONTROL", "id":23138, "ctx":"SignalHandler","msg":"Shutting down","attr":{"exitCode":0}}
Error:
> redis not ready: exit status 1
I was using version 1.3.1-2026-02-16. I tried to update to version 1.4.1-2026-03-25 to see if it was fixed but no luck.
To Reproduce
I run this script in a VPS:
docker run -d \
-e ANY_SYNC_BUNDLE_INIT_EXTERNAL_ADDRS="example.com“ \
-e ANY_SYNC_BUNDLE_INIT_S3_BUCKET="my-bucket-0000“ \
-e ANY_SYNC_BUNDLE_INIT_S3_ENDPOINT=“https://s3.eu-central-003.backblazeb2.com“ \
-e ANY_SYNC_BUNDLE_INIT_S3_REGION="eu-central-003“ \
-e AWS_ACCESS_KEY_ID="<my-access-key>“ \
-e AWS_SECRET_ACCESS_KEY="<my-secret-key>“ \
-p 33010:33010 \
-p 33020:33020/udp \
-v $(pwd)/data:/data \
--restart unless-stopped \
ghcr.io/grishy/any-sync-bundle:1.4.1-2026-03-25
Expected behavior
run the project
Actual behavior
...
[mongo] {"t":{"$date":"2026-04-11T19:07:59.712+00:00"},"s":"I", "c":"CONTROL", "id":23138, "ctx":"SignalHandler","msg":"Shutting down","attr":{"exitCode":0}}
Error:
> redis not ready: exit status 1
Environment
- Deployment: minimal container with external Backblaze file storage
- Version/tag: 1.4.1-2026-03-25
- OS/Arch: Ubuntu 24.04.3 LTS
Describe the bug
Everything was working fine but since a couple of days ago the project stopped working with the following message:
redis not readyis preventing the project to start.Logs:
I was using version
1.3.1-2026-02-16. I tried to update to version1.4.1-2026-03-25to see if it was fixed but no luck.To Reproduce
I run this script in a VPS:
Expected behavior
run the project
Actual behavior
Environment