fix: use 2.20.15 instead of 3.0.5, direct 2.13->3.0 migration is blocked

paperless-ngx v3 refuses to migrate from anything before v2.20.15
(paperless.E002). 2.20.15 already covers the API version range the
iOS app needs, so it fixes the phone upload issue without the v3
breaking changes.
This commit is contained in:
Story Crater Bot
2026-08-25 17:40:42 -07:00
parent 0ab57d7478
commit 970cce1ed2
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -7,8 +7,6 @@ data:
PAPERLESS_TIME_ZONE: "America/Los_Angeles" PAPERLESS_TIME_ZONE: "America/Los_Angeles"
PAPERLESS_OCR_LANGUAGE: "eng" PAPERLESS_OCR_LANGUAGE: "eng"
PAPERLESS_DBHOST: "paperless-db-rw" PAPERLESS_DBHOST: "paperless-db-rw"
# v3 requires this explicit - previously inferred from PAPERLESS_DBHOST
PAPERLESS_DBENGINE: "postgresql"
PAPERLESS_DBNAME: "paperless" PAPERLESS_DBNAME: "paperless"
PAPERLESS_REDIS: "redis://paperless-redis:6379" PAPERLESS_REDIS: "redis://paperless-redis:6379"
# django-allauth generic OIDC provider. The client_id/secret/server_url # django-allauth generic OIDC provider. The client_id/secret/server_url
+1 -1
View File
@@ -35,7 +35,7 @@ spec:
kubernetes.io/hostname: talos-cp-3 kubernetes.io/hostname: talos-cp-3
containers: containers:
- name: paperless - name: paperless
image: ghcr.io/paperless-ngx/paperless-ngx:3.0.5 image: ghcr.io/paperless-ngx/paperless-ngx:2.20.15
ports: ports:
- containerPort: 8000 - containerPort: 8000
envFrom: envFrom: