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

16 days 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

dev
MODERATOR

15 days ago

Thank you very much for flagging this!

I updated the template with the necessary configurations


Status changed to Awaiting User Response Railway 15 days ago


alexllao
PROOP

11 days ago

Thanks a lot! Appreciate the quick update.


Status changed to Awaiting Template Creator Response Railway 11 days ago


Status changed to Solved dev 11 days ago


Loading...