Netbox 3.7.x or Netbox 4.x (latest) and Python 3.11 issues #1251
Unanswered
P4SQL
asked this question in
Getting Help
Replies: 1 comment
-
Getting same issues myself. Hope someone in the know sees this........... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I tried to move my current docker netbox installation to another docker host (also tried podman), but I always have these kind of errors in my logs when I start the stack (linuxserver/netbox, redis 7.0.15-alpine, postgres 15.7-alpine) for the first time.
Has anyone an idea how to fix this?
Building local documentation /lsiopy/lib/python3.11/site-packages/strawberry/utils/deprecations.py:23: UserWarning: _type_definition is deprecated, use __strawberry_definition__ instead self.warn() Traceback (most recent call last): File "/lsiopy/lib/python3.11/site-packages/django/db/backends/base/base.py", line 275, in ensure_connection self.connect() File "/lsiopy/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/lsiopy/lib/python3.11/site-packages/django/db/backends/base/base.py", line 256, in connect self.connection = self.get_new_connection(conn_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/lsiopy/lib/python3.11/site-packages/django/utils/asyncio.py", line 26, in inner return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/lsiopy/lib/python3.11/site-packages/django/db/backends/postgresql/base.py", line 277, in get_new_connection connection = self.Database.connect(**conn_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/lsiopy/lib/python3.11/site-packages/psycopg/connection.py", line 728, in connect attempts = conninfo_attempts(params) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/lsiopy/lib/python3.11/site-packages/psycopg/_conninfo_attempts.py", line 45, in conninfo_attempts raise e.OperationalError(str(last_exc)) psycopg.OperationalError: [Errno -3] Try again [...] File "/lsiopy/lib/python3.11/site-packages/psycopg/_conninfo_attempts.py", line 45, in conninfo_attempts raise e.OperationalError(str(last_exc)) django.db.utils.OperationalError: [Errno -3] Try again s6-rc: warning: unable to start service init-netbox-config: command exited 1
Thanks a lot.
Cheers
P4SQL
Beta Was this translation helpful? Give feedback.
All reactions