-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[Paperless-ngx] Brand new Proxmox container installation does not work #13432
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Description
Script: Paperless-ngx
Reported by: @clarencelocke
Guidelines
- Read and understood guidelines: yes
- Verbose mode used: yes
Issue occurs during: Initial Creation / Installation
Environment
- Linux distribution: Debian
- Proxmox version: 9.1
- Default settings: Yes
- Advanced settings: No
- Exact command:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/paperless-ngx.sh)"
Description
The running of the installation script on a brand new Proxmox container fails because the script thinks it is performing an update and failed because it can't find an existing installation.
Steps to reproduce
- Create a new Proxmox container with a debian template OS.
- Start the container and log in with the credentials used to create the container.
- Perform
apt update && apt upgrade -y && apt install curl -yto bootstrap the environment. - Perform
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/paperless-ngx.sh)"
- the script runs and indicates that it is going to perform an update
- Select
YES(either silent or verbose).
- the script exists with with an "No Paperless-ngx installation found" error
Expected Result: since this is a brand new container, I would expect that an installation would actually take place.
Error output
# cat /tmp/create-lxc-99d82879.log
[2026-03-30 22:44:03] [ERROR] No Paperless-ngx Installation Found!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels