2025-11-25T20:35:39.442736248Z [migrations] started 2025-11-25T20:35:39.442760647Z [migrations] no migrations found 2025-11-25T20:35:39.456930117Z usermod: no changes 2025-11-25T20:35:39.458781915Z ─────────────────────────────────────── 2025-11-25T20:35:39.458800503Z 2025-11-25T20:35:39.458804671Z ██╗ ███████╗██╗ ██████╗ 2025-11-25T20:35:39.458808519Z ██║ ██╔════╝██║██╔═══██╗ 2025-11-25T20:35:39.458812226Z ██║ ███████╗██║██║ ██║ 2025-11-25T20:35:39.458816094Z ██║ ╚════██║██║██║ ██║ 2025-11-25T20:35:39.458819821Z ███████╗███████║██║╚██████╔╝ 2025-11-25T20:35:39.458823579Z ╚══════╝╚══════╝╚═╝ ╚═════╝ 2025-11-25T20:35:39.458827387Z 2025-11-25T20:35:39.458831104Z Brought to you by linuxserver.io 2025-11-25T20:35:39.458834611Z ─────────────────────────────────────── 2025-11-25T20:35:39.459305690Z 2025-11-25T20:35:39.459328065Z To support LSIO projects visit: 2025-11-25T20:35:39.459335640Z https://www.linuxserver.io/donate/ 2025-11-25T20:35:39.459342273Z 2025-11-25T20:35:39.459348626Z ─────────────────────────────────────── 2025-11-25T20:35:39.459356051Z GID/UID 2025-11-25T20:35:39.459365350Z ─────────────────────────────────────── 2025-11-25T20:35:39.464096807Z 2025-11-25T20:35:39.464118971Z User UID: 911 2025-11-25T20:35:39.464126476Z User GID: 911 2025-11-25T20:35:39.464133230Z ─────────────────────────────────────── 2025-11-25T20:35:39.465826780Z Linuxserver.io version: v4.4.7-ls315 2025-11-25T20:35:39.466085030Z Build-date: 2025-11-25T20:29:06+00:00 2025-11-25T20:35:39.466097695Z ─────────────────────────────────────── 2025-11-25T20:35:39.466104810Z 2025-11-25T20:35:39.580291148Z mv: cannot stat '/app/netbox/netbox/media': No such file or directory 2025-11-25T20:35:39.619825979Z [custom-init] No custom files found, skipping... 2025-11-25T20:35:48.601606975Z Traceback (most recent call last): 2025-11-25T20:35:48.601648779Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection 2025-11-25T20:35:48.601702708Z self.connect() 2025-11-25T20:35:48.601777539Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-11-25T20:35:48.601800314Z return func(*args, **kwargs) 2025-11-25T20:35:48.601809303Z ^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.601821156Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect 2025-11-25T20:35:48.601932561Z self.connection = self.get_new_connection(conn_params) 2025-11-25T20:35:48.601959575Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.601972501Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-11-25T20:35:48.601988453Z return func(*args, **kwargs) 2025-11-25T20:35:48.601997381Z ^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.602009165Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection 2025-11-25T20:35:48.602179047Z connection = self.Database.connect(**conn_params) 2025-11-25T20:35:48.602190230Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.602195971Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect 2025-11-25T20:35:48.602237004Z attempts = conninfo_attempts(params) 2025-11-25T20:35:48.602243607Z ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.602250541Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 55, in conninfo_attempts 2025-11-25T20:35:48.602381946Z raise last_exc 2025-11-25T20:35:48.602405593Z psycopg.OperationalError: failed to resolve host 'postgres': [Errno -2] Name does not resolve 2025-11-25T20:35:48.602415964Z 2025-11-25T20:35:48.602428359Z The above exception was the direct cause of the following exception: 2025-11-25T20:35:48.602437227Z 2025-11-25T20:35:48.602449101Z Traceback (most recent call last): 2025-11-25T20:35:48.602459241Z File "/app/netbox/netbox/./manage.py", line 10, in <module> 2025-11-25T20:35:48.602473460Z execute_from_command_line(sys.argv) 2025-11-25T20:35:48.602483991Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line 2025-11-25T20:35:48.602587600Z utility.execute() 2025-11-25T20:35:48.602593552Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute 2025-11-25T20:35:48.602758985Z self.fetch_command(subcommand).run_from_argv(self.argv) 2025-11-25T20:35:48.602763734Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 416, in run_from_argv 2025-11-25T20:35:48.602926893Z self.execute(*args, **cmd_options) 2025-11-25T20:35:48.602931492Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 460, in execute 2025-11-25T20:35:48.603110252Z output = self.handle(*args, **options) 2025-11-25T20:35:48.603114961Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.603120102Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 107, in wrapper 2025-11-25T20:35:48.603212488Z res = handle_func(*args, **kwargs) 2025-11-25T20:35:48.603216877Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.603222017Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/commands/migrate.py", line 114, in handle 2025-11-25T20:35:48.603312369Z executor = MigrationExecutor(connection, self.migration_progress_callback) 2025-11-25T20:35:48.603338652Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.603343021Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/executor.py", line 18, in __init__ 2025-11-25T20:35:48.603408182Z self.loader = MigrationLoader(self.connection) 2025-11-25T20:35:48.603412531Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.603417491Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/loader.py", line 58, in __init__ 2025-11-25T20:35:48.603517452Z self.build_graph() 2025-11-25T20:35:48.603541079Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/loader.py", line 235, in build_graph 2025-11-25T20:35:48.603630630Z self.applied_migrations = recorder.applied_migrations() 2025-11-25T20:35:48.603635069Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.603639818Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/recorder.py", line 89, in applied_migrations 2025-11-25T20:35:48.603734930Z if self.has_table(): 2025-11-25T20:35:48.603744960Z ^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.603753126Z File "/lsiopy/lib/python3.12/site-packages/django/db/migrations/recorder.py", line 63, in has_table 2025-11-25T20:35:48.603815873Z with self.connection.cursor() as cursor: 2025-11-25T20:35:48.603821414Z ^^^^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.603835262Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-11-25T20:35:48.603911415Z return func(*args, **kwargs) 2025-11-25T20:35:48.603918349Z ^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.603923349Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 320, in cursor 2025-11-25T20:35:48.604105486Z return self._cursor() 2025-11-25T20:35:48.604127019Z ^^^^^^^^^^^^^^ 2025-11-25T20:35:48.604140506Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 296, in _cursor 2025-11-25T20:35:48.604217201Z self.ensure_connection() 2025-11-25T20:35:48.604221690Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-11-25T20:35:48.604289727Z return func(*args, **kwargs) 2025-11-25T20:35:48.604301651Z ^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.604312032Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 278, in ensure_connection 2025-11-25T20:35:48.604433627Z with self.wrap_database_errors: 2025-11-25T20:35:48.604438306Z ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.604443536Z File "/lsiopy/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ 2025-11-25T20:35:48.604574510Z raise dj_exc_value.with_traceback(traceback) from exc_value 2025-11-25T20:35:48.604598098Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection 2025-11-25T20:35:48.604668069Z self.connect() 2025-11-25T20:35:48.604672798Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-11-25T20:35:48.604739562Z return func(*args, **kwargs) 2025-11-25T20:35:48.604744282Z ^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.604755304Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect 2025-11-25T20:35:48.604884394Z self.connection = self.get_new_connection(conn_params) 2025-11-25T20:35:48.604888813Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.604892510Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner 2025-11-25T20:35:48.604974425Z return func(*args, **kwargs) 2025-11-25T20:35:48.604979295Z ^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.604984456Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection 2025-11-25T20:35:48.605189178Z connection = self.Database.connect(**conn_params) 2025-11-25T20:35:48.605216302Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.605226683Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect 2025-11-25T20:35:48.605239980Z attempts = conninfo_attempts(params) 2025-11-25T20:35:48.605249840Z ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-11-25T20:35:48.605258778Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 55, in conninfo_attempts 2025-11-25T20:35:48.605335943Z raise last_exc 2025-11-25T20:35:48.605343348Z django.db.utils.OperationalError: failed to resolve host 'postgres': [Errno -2] Name does not resolve 2025-11-25T20:35:50.155739795Z Building local documentation 2025-11-25T20:36:02.634865964Z [uWSGI] getting INI configuration from uwsgi.ini 2025-11-25T20:36:02.638527857Z [uwsgi-static] added mapping for /static => static 2025-11-25T20:36:02.638544961Z *** Starting uWSGI 2.0.25.1 (64bit) on [Tue Nov 25 20:36:02 2025] *** 2025-11-25T20:36:02.638566805Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37 2025-11-25T20:36:02.638572667Z os: Linux-6.1.0-28-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) 2025-11-25T20:36:02.638578208Z nodename: 668546aee20b 2025-11-25T20:36:02.638583599Z machine: x86_64 2025-11-25T20:36:02.638589020Z clock source: unix 2025-11-25T20:36:02.638594391Z pcre jit disabled 2025-11-25T20:36:02.638599752Z detected number of CPU cores: 64 2025-11-25T20:36:02.638605183Z current working directory: /app/netbox/netbox 2025-11-25T20:36:02.638610563Z detected binary path: /usr/sbin/uwsgi 2025-11-25T20:36:02.638615934Z your memory page size is 4096 bytes 2025-11-25T20:36:02.638621285Z detected max file descriptor number: 1048576 2025-11-25T20:36:02.642752142Z building mime-types dictionary from file /etc/mime.types...1390 entry found 2025-11-25T20:36:02.642778425Z lock engine: pthread robust mutexes 2025-11-25T20:36:02.642869278Z thunder lock: disabled (you can enable it with --thunder-lock) 2025-11-25T20:36:02.643022476Z uwsgi socket 0 bound to TCP address :8000 fd 3 2025-11-25T20:36:02.643068990Z Python version: 3.12.12 (main, Oct 10 2025, 13:35:19) [GCC 13.2.1 20240309] 2025-11-25T20:36:02.643093970Z PEP 405 virtualenv detected: /lsiopy 2025-11-25T20:36:02.643103860Z Set PythonHome to /lsiopy 2025-11-25T20:36:02.656820568Z Python main interpreter initialized at 0x7f03074206f0 2025-11-25T20:36:02.656838564Z python threads support enabled 2025-11-25T20:36:02.656846821Z your server socket listen backlog is limited to 100 connections 2025-11-25T20:36:02.656852472Z your mercy for graceful operations on workers is 60 seconds 2025-11-25T20:36:02.657084439Z mapped 203184 bytes (198 KB) for 1 cores 2025-11-25T20:36:02.657120993Z *** Operational MODE: single process *** 2025-11-25T20:36:02.657546480Z running "exec:python3 ./manage.py collectstatic --noinput" (pre app)... 2025-11-25T20:36:03.644393217Z Connection to localhost (127.0.0.1) 8000 port [tcp/*] succeeded! 2025-11-25T20:36:03.662262175Z [ls.io-init] done.