This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Replies: 1 comment
-
As an update to this - zero idea what's different, tried this again this morning and it worked successfully:
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm recovering from a DR sort of situation where all I have is the export folder and manifest.json file available (if this is even possible). I'm running the new install via Docker, and restoring from
/home/paperless/paperless-ng/export
where I've restored all the files and manifest.jsonThe result of that import command is:
Looking at the containers running on this host:
Is this something I brought upon myself when setting up this replacement server? Not sure there's anywhere obvious in the docker-compose.yml file to specify the name of the containers when they're spun up. I should add that this is a setup done from
https://paperless-ng.readthedocs.io/en/latest/setup.html#install-paperless-from-docker-hub
EDIT: ok, found the project name info in .env, but removing that prepends the project name to (I'm assuming here) the parent folder name where docker-compose.yml lives, so the names of the containers come up as
paperless-ng_webserver_1
and so on.Beta Was this translation helpful? Give feedback.
All reactions