Redeploy wipes all data because static paths are not persisted
alexllao
PROOP

4 months ago

This template does not persist any of the Paperless-ngx data.
On every redeploy, all static files, media, documents, and the internal data directory are deleted because none of the required Paperless paths are mounted to a volume:

/usr/src/paperless/data

/usr/src/paperless/media

/usr/src/paperless/export

/usr/src/paperless/consume

Only /data is mounted, which Paperless-ngx does not use unless properly configured.
As a result, redeploying the service wipes everything.

Please update the template so these paths are included in the volume mapping, or configure the proper environment variables.

Solved

2 Replies

3 months ago

Thank you very much for flagging this!

I updated the template with the necessary configurations


Status changed to Awaiting User Response Railway 4 months ago


alexllao
PROOP

3 months ago

Thanks a lot! Appreciate the quick update.


Status changed to Awaiting Template Creator Response Railway 3 months ago


Status changed to Solved dev 3 months ago


Loading...