jonaswinkler / paperless-ng

A supercharged version of paperless: scan, index and archive all your physical documents
https://paperless-ng.readthedocs.io/en/latest/
GNU General Public License v3.0
5.38k stars 352 forks source link

Postgresql "Connection reset by peer" #1565

Open HellmannK opened 2 years ago

HellmannK commented 2 years ago

Hi,

my paperless-ng is working fine and I think i have no real issues, at least non I know of. The only thing is my postgresql server is messing its error.log up with this message: "LOG: could not receive data from client: Connection reset by peer"... But the data is received, is that maybe a worker or something who isnt closing connection by itself and postgresql is doing it for paperless-ng?

greetings :)

GameWatchProjects commented 2 years ago

Here an example for a docker installation. You can use docker compose or portainer stack. Create the folders on your volume and enjoy ... (tip: wait few minutes (arround 10 Minutes for the first start) when all conatiners are done ...

` version: "3.4"

services:

broker: container_name: paperless-redis image: redis:6.0 restart: unless-stopped

webserver: container_name: paperless image: jonaswinkler/paperless-ng:latest restart: unless-stopped depends_on: