[Help] pixolution/flow can’t write to mounted volume /var/solr on Railway (“Cannot write to /var/solr as 8983:8983”)
lark
PROOP

a year ago

Summary

I’m deploying pixolution/flow on Railway. I attach a Volume at /var/solr (as recommended by Pixolution for persistence). The container starts but keeps logging:

Cannot write to /var/solr as 8983:8983 drwxr-xr-x 3 root root 4096 Aug 5 05:18 /var/solr

It looks like the app runs as user UID/GID 8983 (Solr default), while the mounted volume path is owned by root:root with 755, so the process can’t write.

Environment

  • Image: pixolution/flow:latest
  • Port: 8983
  • Volume: 50 GB, mount path /var/solr
  • Region: Southeast Asia (Singapore)
  • Start Command: default (no override)
  • Topology: single service (Flow) + one persistent Volume

https://docs.pixolution.io/getting-started/docker-install/

Solved$10 Bounty

Pinned Solution

smolpaw
HOBBY

a year ago

2 Replies

lark
PROOP

a year ago

with no volume

Attachments


smolpaw
HOBBY

a year ago


Status changed to Solved jake 11 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...