Hello everyone,
I’ve only been using Umbrel for a few days and I’m really impressed with its functionality. That’s why I’d like to migrate my paperless-ngx instance to Umbrel. Unfortunately, I can’t seem to get it to work. I would like to import my data from my old paperless-ngx docker. I’m aware of the brief discussion here, but it doesn’t seem to solve my problem. It only shows how to open a bash shell within the container from where I cannot access the directory outside of the container.
The paperless-ngx documentation uses ‘docker compose’. When I enter the following command ‘docker compose exec -it paperless_webserver_1 document_importer /home/umbrel/InterimDirectoryWithCopiedData’ in the directory /umbrel/app-data/paperless$, I get this error message:
WARN[0000] The “APP_DATA_DIR” variable is not set. Defaulting to a blank string.
WARN[0000] The “APP_DATA_DIR” variable is not set. Defaulting to a blank string.
WARN[0000] The “APP_PASSWORD” variable is not set. Defaulting to a blank string.
WARN[0000] The “APP_DATA_DIR” variable is not set. Defaulting to a blank string.
WARN[0000] The “APP_DATA_DIR” variable is not set. Defaulting to a blank string.
WARN[0000] The “UMBREL_ROOT” variable is not set. Defaulting to a blank string.
WARN[0000] The “UMBREL_ROOT” variable is not set. Defaulting to a blank string.
WARN[0000] /home/umbrel/umbrel/app-data/paperless/docker-compose.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion
service “app_proxy” has neither an image nor a build context specified: invalid compose project
What am I doing wrong? Am I missing the logic behind this? I would be grateful for any constructive advice!
Best regards