This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Migrate installation from one host to another #1313
Unanswered
davidmlafuente
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I'm having some issues trying to migrate my paperless-ng container from a raspberry pi to another one in a intel base computer.
I was reading documentation and I saw that the only thing I need to do is place the contents from the volumes on the old deployment at the same folders in the new one. In this case, I had mounted a cifs share on the raspberry where I store all: webserver data, postgresql data, redis and even the consume folder.
So I think that better way to do the migration process was copying the three files for docker-compose to the new server and simply start it, but no luck, log events shows me that all originals, thumbnails and archive are orphaned, but are still there!
First thing I suppose was might be a permissions issue, but I think no, I checked all parent folders and files and owner are the same as docker runs.
Please if anyone can give me some light on how to debug this...
Below you can see the output running docker-compose:
Beta Was this translation helpful? Give feedback.
All reactions