All services except "netbox" (also netbox-worker) are stopped unexpectly #1546
Replies: 3 comments 2 replies
-
|
PS: I have shortened the netbox log (I have deleted all the HTTP etc. querys) |
Beta Was this translation helpful? Give feedback.
-
|
The NetBox logs only show that it couldn't connect to the database. The PoreSQL will have the interesting information, but they seem incomplete. From what version did you upgrade? Was there a major version change with the database? |
Beta Was this translation helpful? Give feedback.
-
|
I have updated yesterday to the newest version of netbox-docker and the error still exists There is something about "administrator command" but I don´t stop the postgresql with a command or do anything else. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Current Behavior
I have updated my NetBox in docker to version 4.4.3 and since I did that I have now repeating crashes of the "backend" services (postgres, redis, netbox-worker). They appear fast after I start the docker-compose stack. Then the postgres for example throw this in its logs:
But I don´t touched anything and get it first when I wonder why my netbox is offline...
Expected Behavior
That the services stay up and running after starting it.
Docker Compose Version
Docker Compose version v2.40.0
Docker Version
The git Revision
ae5f7d2
The git Status
Startup Command
docker compose up -d
NetBox Logs
Content of docker-compose.override.yml
Beta Was this translation helpful? Give feedback.
All reactions