Cosmas
7. April 2026 um 15:53
1
Guten Abend,
der Webserver stoppt immer wieder:
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
Postgres 7.0 startet garnicht erst:
Error: Database is uninitialized and superuser password is not specified.
You must specify POSTGRES_PASSWORD to a non-empty value for the
Firewall ist aus
Auf den Ordner Docker haben mein User und Scanner Vollzugriff.
Cosmas
Steht ja im Grunde genommen da was Du schon mal machen kannst. Ich hoffe mal Du meinst 17 und nicht 7.
Gib der POSTGRES_PASSSWORD Variable einen Wert.
Cosmas
7. April 2026 um 17:20
3
17 natürlich..wie mache ich das?
Das kann ich Dir nicht sagen.
Dafür weiß ich leider nicht wie Du genau was machst. Wie genau hast Du PostgreSQL und Paperless denn ausgerollt?
Wenn mit Docker dann kannst Du hier einmal schauen
# Docker Compose file for running paperless from the Docker Hub.
# This file contains everything paperless needs to run.
# Paperless supports amd64, arm and arm64 hardware.
#
# All compose files of paperless configure paperless in the following way:
#
# - Paperless is (re)started on system boot, if it was running before shutdown.
# - Docker volumes for storing data are managed by Docker.
# - Folders for importing and exporting files are created in the same directory
# as this file and mounted to the correct folders inside the container.
# - Paperless listens on port 8000.
#
# In addition to that, this Docker Compose file adds the following optional
# configurations:
#
# - Instead of SQLite (default), PostgreSQL is used as the database server.
#
# To install and update paperless with this file, do the following:
#
# - Copy this file as 'docker-compose.yml' and the files 'docker-compose.env'
Diese Datei wurde abgeschnitten. Original zeigen
Das ist ein Beispiel für ein Composer File für Paperless und PostgreSQL.
Cosmas
7. April 2026 um 18:53
5
Ich habe es installiert, wie in der Masterclass beschrieben. Es lief bis gestern ohne Probleme.
Hattest Du schon immer die 17er Version? Oder hast Du mit der 14er angefangen und das Upgrade nicht vernünftig gemacht?