Netbox docker not starting after update #1221
Unanswered
rock7632
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.
-
I updated netbox docker today but the netbox container is not starting. In the container logs I'm getting the following:
"File "/opt/netbox/venv/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/opt/netbox/venv/lib/python3.11/site-packages/django/db/backends/postgresql/base.py", line 277, in get_new_connection connection = self.Database.connect(**conn_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/netbox/venv/lib/python3.11/site-packages/psycopg/connection.py", line 748, in connect raise last_ex.with_traceback(None) django.db.utils.OperationalError: connection timeout expired :hourglass_flowing_sand: Waiting on DB... (0s / 30s)"
Beta Was this translation helpful? Give feedback.
All reactions