Container housekeeping and worker always restart #1526
Unanswered
boospy
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all :)
Used Netbox Version: 4.4.1
I use netbox-docker since some years on an Ubuntu-Server. Actual version 24.04 LTS. Netbox is “still” working. But two containers are not running properly:
The error message in housekeeping is:
[FATAL tini (7)] exec /opt/netbox/housekeeping.sh failed: No such file or directory
I have already tried to locate the file here. But apparently it is no longer available in the current Netbox version.
In "latest-ldap" I get this error message:
Unfortunately, I overlooked the fact that I should have always updated the Dockerfile during Netbox updates. If I do a "git pull", a lot of file were overwritten. I have attached the two versions of docker-compose.yml. One is the version I use, and the other is the new one.
I spent many hours playing around with the up2date version. After switching to PGSQL 15, I can start netbox, and it seems to work, but the containers are not healthy, and you usually have to restart the containers manually.
I have also tried updating PGSQL to version 17 several times, but every time I do a PGDUMP, there is only 4k. Which is strange, because when I list the DB, I see the DB with the name Netbox.
But anyway. My question is, what do I need to do to get back to a working software version without errors?
Thank you very much :)
docker-compose.yml.txt
docker-compose_new.yml.txt
Beta Was this translation helpful? Give feedback.
All reactions