Instead of using the managed psql server, I am running one inside the docker I’ve deployed and using a disk mount for permanent storage. It all works pretty well, except psql logs “invalid length of startup packet” roughly once a second. This seems unrelated to my webserver, so I think it may be some kind of monitoring service picking it up. Is there any way to stop this from happening, short of just filtering the messages out of the log stream?
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.