Netbox 란 ? NetBox는 네트워크 인프라를 관리하기 위한 오픈 소스 툴입니다. 이는 데이터 센터와 기업 네트워크 환경에서 장비들의 인벤토리, IP 주소 관리, 랙 배치, 케이블 관리 등을 효과적으로 관리할 수 있도록 도와줍니다. NetBox는 Django 웹 애플리케이션으로 구현되어 있으며, RESTful API를 통해 외부 시스템과의 통합이 가능합니다. 이는 유연하고 확장 가능한 네트워크 인프라 관리 솔루션으로 널리 사용되고 있습니다.
Netbox 란 ? NetBox는 네트워크 인프라를 관리하기 위한 오픈 소스 툴입니다. 이는 데이터 센터와 기업 네트워크 환경에서 장비들의 인벤토리, IP 주소 관리, 랙 배치, 케이블 관리 등을 효과적으로 관리할 수 있도록 도와줍니다. NetBox는 Django 웹 애플리케이션으로 구현되어 있으며, RESTful API를 통해 외부 시스템과의 통합이 가능합니다. 이는 유연하고 확장 가능한 네트워크 인프라 관리 솔루션으로 널리 사용되고 있습니다.
tee docker-compose.override.yml <<EOF
services:
netbox:
ports:
- 8000:8080
EOF
#cd netbox-docker/
# ls
build-functions docker docker-compose.yml pyproject.toml requirements-container.txt
build-latest.sh docker-compose.override.yml.example Dockerfile README.md test-configuration
build.sh docker-compose.test.override.yml env release.sh test.sh
configuration docker-compose.test.yml LICENSE renovate.json VERSION
# tee docker-compose.override.yml <<EOF> services:> netbox:> ports:> - 8000:8080> EOF
services:
netbox:
ports:
- 8000:8080
# docker compose pull
[+] Pulling 22/22
? netbox-housekeeping Skipped - Image is already being pulled by netbox-worker 0.0s
? redis-cache Skipped - Image is already being pulled by redis 0.0s
? netbox Skipped - Image is already being pulled by netbox-worker 0.0s
? redis Pulled 6.2s
? d25f557d7f31 Pull complete 1.3s
? b03b02e01fda Pull complete 1.3s
? 7b8eb84c4535 Pull complete 1.5s
? ad34468061c3 Pull complete 1.6s
? d3f4ad8ba58b Pull complete 2.9s
? 6f3e0605beb6 Pull complete 2.9s
? 4f4fb700ef54 Pull complete 3.0s
? b44457c91edf Pull complete 3.0s
? netbox-worker Pulled 1.9s
? postgres Pulled 17.9s
? 57103dbfb65d Pull complete 2.7s
? c0ee2744e27d Pull complete 3.0s
? d29578debbf7 Pull complete 14.5s
? bb83e095c2c5 Pull complete 14.5s
? 2ce15d92d22a Pull complete 14.5s
? 18a493f79a7a Pull complete 14.5s
? 4a11e3af9edf Pull complete 14.6s
? f74f8aaae0d0 Pull complete 14.6s
# docker compose up
[+] Running 13/11
? Network netbox-docker_default Created 0.2s
? Volume "netbox-docker_netbox-redis-data" Created 0.0s
? Volume "netbox-docker_netbox-redis-cache-data" Created 0.0s
? Volume "netbox-docker_netbox-media-files" Created 0.0s
? Volume "netbox-docker_netbox-reports-files" Created 0.0s
? Volume "netbox-docker_netbox-scripts-files" Created 0.0s
? Volume "netbox-docker_netbox-postgres-data" Created 0.0s
? Container netbox-docker-redis-cache-1 Created 0.1s
? Container netbox-docker-postgres-1 Created 0.1s
? Container netbox-docker-redis-1 Created 0.1s
? Container netbox-docker-netbox-1 Created 0.1s
? Container netbox-docker-netbox-housekeeping-1 Created 0.0s
? Container netbox-docker-netbox-worker-1 Created 0.1s
Attaching to netbox-1, netbox-housekeeping-1, netbox-worker-1, postgres-1, redis-1, redis-cache-1
redis-cache-1 | 1:C 01 Jun 2024 23:52:50.305 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see http s://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis-cache-1 | 1:C 01 Jun 2024 23:52:50.305 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis-cache-1 | 1:C 01 Jun 2024 23:52:50.305 * Redis version=7.2.5, bits=64, commit=00000000, modified=0, pid=1, just star ted
redis-cache-1 | 1:C 01 Jun 2024 23:52:50.305 * Configuration loaded
redis-cache-1 | 1:M 01 Jun 2024 23:52:50.306 * monotonic clock: POSIX clock_gettime
redis-cache-1 | 1:M 01 Jun 2024 23:52:50.306 * Running mode=standalone, port=6379.
redis-cache-1 | 1:M 01 Jun 2024 23:52:50.306 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sy s/net/core/somaxconn is set to the lower value of 128.
redis-cache-1 | 1:M 01 Jun 2024 23:52:50.306 * Server initialized
redis-cache-1 | 1:M 01 Jun 2024 23:52:50.306 * Ready to accept connections tcp
redis-1 | 1:C 01 Jun 2024 23:52:50.334 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see http s://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis-1 | 1:C 01 Jun 2024 23:52:50.334 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis-1 | 1:C 01 Jun 2024 23:52:50.334 * Redis version=7.2.5, bits=64, commit=00000000, modified=0, pid=1, just star ted
redis-1 | 1:C 01 Jun 2024 23:52:50.334 * Configuration loaded
redis-1 | 1:M 01 Jun 2024 23:52:50.335 * monotonic clock: POSIX clock_gettime
redis-1 | 1:M 01 Jun 2024 23:52:50.335 * Running mode=standalone, port=6379.
redis-1 | 1:M 01 Jun 2024 23:52:50.335 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sy s/net/core/somaxconn is set to the lower value of 128.
redis-1 | 1:M 01 Jun 2024 23:52:50.335 * Server initialized
redis-1 | 1:M 01 Jun 2024 23:52:50.339 * Creating AOF base file appendonly.aof.1.base.rdb on server start
redis-1 | 1:M 01 Jun 2024 23:52:50.349 * Creating AOF incr file appendonly.aof.1.incr.aof on server start
redis-1 | 1:M 01 Jun 2024 23:52:50.349 * Ready to accept connections tcp
postgres-1 | The files belonging to this database system will be owned by user "postgres".
postgres-1 | This user must also own the server process.
postgres-1 |
postgres-1 | The database cluster will be initialized with locale "en_US.utf8".
postgres-1 | The default database encoding has accordingly been set to "UTF8".
postgres-1 | The default text search configuration will be set to "english".
postgres-1 |
postgres-1 | Data page checksums are disabled.
postgres-1 |
postgres-1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
postgres-1 | creating subdirectories ... ok
postgres-1 | selecting dynamic shared memory implementation ... posix
postgres-1 | selecting default max_connections ... 100
postgres-1 | selecting default shared_buffers ... 128MB
postgres-1 | selecting default time zone ... UTC
postgres-1 | creating configuration files ... ok
postgres-1 | running bootstrap script ... ok
postgres-1 | sh: locale: not found
postgres-1 | 2024-06-01 23:52:50.631 UTC [30] WARNING: no usable system locales were found
postgres-1 | performing post-bootstrap initialization ... ok
postgres-1 | syncing data to disk ... ok
postgres-1 |
postgres-1 |
postgres-1 | Success. You can now start the database server using:
postgres-1 |
postgres-1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
postgres-1 |
postgres-1 | initdb: warning: enabling "trust" authentication for local connections
postgres-1 | initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --aut h-host, the next time you run initdb.
postgres-1 | waiting for server to start....2024-06-01 23:52:51.402 UTC [36] LOG: starting PostgreSQL 16.3 on x86_64-p c-linux-musl, compiled by gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309, 64-bit
postgres-1 | 2024-06-01 23:52:51.404 UTC [36] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres-1 | 2024-06-01 23:52:51.412 UTC [39] LOG: database system was shut down at 2024-06-01 23:52:50 UTC
postgres-1 | 2024-06-01 23:52:51.420 UTC [36] LOG: database system is ready to accept connections
postgres-1 | done
postgres-1 | server started
postgres-1 | CREATE DATABASE
postgres-1 |
postgres-1 |
postgres-1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
postgres-1 |
postgres-1 | waiting for server to shut down....2024-06-01 23:52:51.566 UTC [36] LOG: received fast shutdown request
postgres-1 | 2024-06-01 23:52:51.571 UTC [36] LOG: aborting any active transactions
postgres-1 | 2024-06-01 23:52:51.573 UTC [36] LOG: background worker "logical replication launcher" (PID 42) exited wi th exit code 1
postgres-1 | 2024-06-01 23:52:51.575 UTC [37] LOG: shutting down
postgres-1 | 2024-06-01 23:52:51.577 UTC [37] LOG: checkpoint starting: shutdown immediate
postgres-1 | 2024-06-01 23:52:51.722 UTC [37] LOG: checkpoint complete: wrote 924 buffers (5.6%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.051 s, sync=0.087 s, total=0.148 s; sync files=301, longest=0.013 s, average=0.001 s; distance=4267 kB, estimate=4267 kB; lsn=0/191AA98, redo lsn=0/191AA98
postgres-1 | 2024-06-01 23:52:51.727 UTC [36] LOG: database system is shut down
postgres-1 | done
postgres-1 | server stopped
postgres-1 |
postgres-1 | PostgreSQL init process complete; ready for start up.
postgres-1 |
postgres-1 | 2024-06-01 23:52:51.786 UTC [1] LOG: starting PostgreSQL 16.3 on x86_64-pc-linux-musl, compiled by gcc (A lpine 13.2.1_git20240309) 13.2.1 20240309, 64-bit
postgres-1 | 2024-06-01 23:52:51.787 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
postgres-1 | 2024-06-01 23:52:51.787 UTC [1] LOG: listening on IPv6 address "::", port 5432
postgres-1 | 2024-06-01 23:52:51.792 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres-1 | 2024-06-01 23:52:51.799 UTC [52] LOG: database system was shut down at 2024-06-01 23:52:51 UTC
postgres-1 | 2024-06-01 23:52:51.803 UTC [1] LOG: database system is ready to accept connections
postgres-1 | 2024-06-01 23:52:57.534 UTC [56] ERROR: relation "django_content_type" does not exist at character 106
postgres-1 | 2024-06-01 23:52:57.534 UTC [56] STATEMENT: SELECT "django_content_type"."id", "django_content_type"."app _label", "django_content_type"."model" FROM "django_content_type" WHERE (("django_content_type"."app_label" = 'auth' AND "django_co ntent_type"."model" IN ('group', 'permission')) OR ("django_content_type"."app_label" = 'contenttypes' AND "django_content_type"."m odel" IN ('contenttype')) OR ("django_content_type"."app_label" = 'sessions' AND "django_content_type"."model" IN ('session')) OR ( "django_content_type"."app_label" = 'social_django' AND "django_content_type"."model" IN ('partial', 'code', 'nonce', 'usersocialau th', 'association')) OR ("django_content_type"."app_label" = 'taggit' AND "django_content_type"."model" IN ('taggeditem', 'tag')) O R ("django_content_type"."app_label" = 'core' AND "django_content_type"."model" IN ('autosyncrecord', 'job', 'datasource', 'managed file', 'configrevision', 'datafile')) OR ("django_content_type"."app_label" = 'users' AND "django_content_type"."model" IN ('object permission', 'user', 'token', 'userconfig', 'group')) OR ("django_content_type"."app_label" = 'circuits' AND "django_content_type". "model" IN ('circuittermination', 'provideraccount', 'providernetwork', 'circuit', 'circuittype', 'provider')) OR ("django_content_ type"."app_label" = 'dcim' AND "django_content_type"."model" IN ('interface', 'powerfeed', 'site', 'consoleserverporttemplate', 'mo dule', 'rackrole', 'moduletype', 'region', 'cablepath', 'sitegroup', 'powerport', 'inventoryitemrole', 'rearporttemplate', 'moduleb aytemplate', 'consoleserverport', 'poweroutlettemplate', 'inventoryitemtemplate', 'location', 'rackreservation', 'device', 'console port', 'frontport', 'frontporttemplate', 'powerporttemplate', 'consoleporttemplate', 'rearport', 'virtualchassis', 'powerpanel', 'd evicetype', 'cable', 'manufacturer', 'devicebay', 'interfacetemplate', 'modulebay', 'rack', 'cabletermination', 'devicerole', 'devi cebaytemplate', 'poweroutlet', 'platform', 'virtualdevicecontext', 'inventoryitem')) OR ("django_content_type"."app_label" = 'ipam' AND "django_content_type"."model" IN ('asn', 'routetarget', 'vrf', 'aggregate', 'iprange', 'servicetemplate', 'asnrange', 'fhrpgro upassignment', 'fhrpgroup', 'ipaddress', 'prefix', 'rir', 'service', 'vlangroup', 'role', 'vlan')) OR ("django_content_type"."app_l abel" = 'extras' AND "django_content_type"."model" IN ('webhook', 'imageattachment', 'objectchange', 'cachedvalue', 'branch', 'tagg editem', 'exporttemplate', 'customfieldchoiceset', 'configcontext', 'script', 'bookmark', 'customlink', 'savedfilter', 'tag', 'conf igtemplate', 'customfield', 'journalentry', 'dashboard', 'stagedchange', 'eventrule')) OR ("django_content_type"."app_label" = 'ten ancy' AND "django_content_type"."model" IN ('contact', 'tenantgroup', 'contactrole', 'contactgroup', 'tenant', 'contactassignment') ) OR ("django_content_type"."app_label" = 'virtualization' AND "django_content_type"."model" IN ('clustergroup', 'virtualmachine', 'cluster', 'clustertype', 'virtualdisk', 'vminterface')) OR ("django_content_type"."app_label" = 'vpn' AND "django_content_type"."m odel" IN ('l2vpn', 'ikeproposal', 'tunnel', 'ipsecprofile', 'ikepolicy', 'tunneltermination', 'l2vpntermination', 'ipsecproposal', 'tunnelgroup', 'ipsecpolicy')) OR ("django_content_type"."app_label" = 'wireless' AND "django_content_type"."model" IN ('wirelessli nk', 'wirelesslangroup', 'wirelesslan')) OR ("django_content_type"."app_label" = 'django_rq' AND "django_content_type"."model" IN ( 'queue')))
postgres-1 | 2024-06-01 23:52:57.537 UTC [56] ERROR: relation "django_content_type" does not exist at character 106
postgres-1 | 2024-06-01 23:52:57.537 UTC [56] STATEMENT: SELECT "django_content_type"."id", "django_content_type"."app _label", "django_content_type"."model" FROM "django_content_type" WHERE (("django_content_type"."app_label" = 'auth' AND "django_co ntent_type"."model" IN ('group', 'permission')) OR ("django_content_type"."app_label" = 'contenttypes' AND "django_content_type"."m odel" IN ('contenttype')) OR ("django_content_type"."app_label" = 'sessions' AND "django_content_type"."model" IN ('session')) OR ( "django_content_type"."app_label" = 'social_django' AND "django_content_type"."model" IN ('partial', 'code', 'nonce', 'usersocialau th', 'association')) OR ("django_content_type"."app_label" = 'taggit' AND "django_content_type"."model" IN ('taggeditem', 'tag')) O R ("django_content_type"."app_label" = 'core' AND "django_content_type"."model" IN ('autosyncrecord', 'job', 'datasource', 'managed file', 'configrevision', 'datafile')) OR ("django_content_type"."app_label" = 'users' AND "django_content_type"."model" IN ('object permission', 'user', 'token', 'userconfig', 'group')) OR ("django_content_type"."app_label" = 'circuits' AND "django_content_type". "model" IN ('circuittermination', 'provideraccount', 'providernetwork', 'circuit', 'circuittype', 'provider')) OR ("django_content_ type"."app_label" = 'dcim' AND "django_content_type"."model" IN ('interface', 'powerfeed', 'site', 'consoleserverporttemplate', 'mo dule', 'rackrole', 'moduletype', 'region', 'cablepath', 'sitegroup', 'powerport', 'inventoryitemrole', 'rearporttemplate', 'moduleb aytemplate', 'consoleserverport', 'poweroutlettemplate', 'inventoryitemtemplate', 'location', 'rackreservation', 'device', 'console port', 'frontport', 'frontporttemplate', 'powerporttemplate', 'consoleporttemplate', 'rearport', 'virtualchassis', 'powerpanel', 'd evicetype', 'cable', 'manufacturer', 'devicebay', 'interfacetemplate', 'modulebay', 'rack', 'cabletermination', 'devicerole', 'devi cebaytemplate', 'poweroutlet', 'platform', 'virtualdevicecontext', 'inventoryitem')) OR ("django_content_type"."app_label" = 'ipam' AND "django_content_type"."model" IN ('asn', 'routetarget', 'vrf', 'aggregate', 'iprange', 'servicetemplate', 'asnrange', 'fhrpgro upassignment', 'fhrpgroup', 'ipaddress', 'prefix', 'rir', 'service', 'vlangroup', 'role', 'vlan')) OR ("django_content_type"."app_l abel" = 'extras' AND "django_content_type"."model" IN ('webhook', 'imageattachment', 'objectchange', 'cachedvalue', 'branch', 'tagg editem', 'exporttemplate', 'customfieldchoiceset', 'configcontext', 'script', 'bookmark', 'customlink', 'savedfilter', 'tag', 'conf igtemplate', 'customfield', 'journalentry', 'dashboard', 'stagedchange', 'eventrule')) OR ("django_content_type"."app_label" = 'ten ancy' AND "django_content_type"."model" IN ('contact', 'tenantgroup', 'contactrole', 'contactgroup', 'tenant', 'contactassignment') ) OR ("django_content_type"."app_label" = 'virtualization' AND "django_content_type"."model" IN ('clustergroup', 'virtualmachine', 'cluster', 'clustertype', 'virtualdisk', 'vminterface')) OR ("django_content_type"."app_label" = 'vpn' AND "django_content_type"."m odel" IN ('l2vpn', 'ikeproposal', 'tunnel', 'ipsecprofile', 'ikepolicy', 'tunneltermination', 'l2vpntermination', 'ipsecproposal', 'tunnelgroup', 'ipsecpolicy')) OR ("django_content_type"."app_label" = 'wireless' AND "django_content_type"."model" IN ('wirelessli nk', 'wirelesslangroup', 'wirelesslan')) OR ("django_content_type"."app_label" = 'django_rq' AND "django_content_type"."model" IN ( 'queue')))
postgres-1 | 2024-06-01 23:52:58.098 UTC [56] ERROR: relation "django_content_type" does not exist at character 106
postgres-1 | 2024-06-01 23:52:58.098 UTC [56] STATEMENT: SELECT "django_content_type"."id", "django_content_type"."app _label", "django_content_type"."model" FROM "django_content_type" WHERE (("django_content_type"."app_label" = 'auth' AND "django_co ntent_type"."model" IN ('group', 'permission')) OR ("django_content_type"."app_label" = 'contenttypes' AND "django_content_type"."m odel" IN ('contenttype')) OR ("django_content_type"."app_label" = 'sessions' AND "django_content_type"."model" IN ('session')) OR ( "django_content_type"."app_label" = 'social_django' AND "django_content_type"."model" IN ('partial', 'code', 'nonce', 'usersocialau th', 'association')) OR ("django_content_type"."app_label" = 'taggit' AND "django_content_type"."model" IN ('taggeditem', 'tag')) O R ("django_content_type"."app_label" = 'core' AND "django_content_type"."model" IN ('autosyncrecord', 'job', 'datasource', 'managed file', 'configrevision', 'datafile')) OR ("django_content_type"."app_label" = 'users' AND "django_content_type"."model" IN ('object permission', 'user', 'token', 'userconfig', 'group')) OR ("django_content_type"."app_label" = 'circuits' AND "django_content_type". "model" IN ('circuittermination', 'provideraccount', 'providernetwork', 'circuit', 'circuittype', 'provider')) OR ("django_content_ type"."app_label" = 'dcim' AND "django_content_type"."model" IN ('interface', 'powerfeed', 'site', 'consoleserverporttemplate', 'mo dule', 'rackrole', 'moduletype', 'region', 'cablepath', 'sitegroup', 'powerport', 'inventoryitemrole', 'rearporttemplate', 'moduleb aytemplate', 'consoleserverport', 'poweroutlettemplate', 'inventoryitemtemplate', 'location', 'rackreservation', 'device', 'console port', 'frontport', 'frontporttemplate', 'powerporttemplate', 'consoleporttemplate', 'rearport', 'virtualchassis', 'powerpanel', 'd evicetype', 'cable', 'manufacturer', 'devicebay', 'interfacetemplate', 'modulebay', 'rack', 'cabletermination', 'devicerole', 'devi cebaytemplate', 'poweroutlet', 'platform', 'virtualdevicecontext', 'inventoryitem')) OR ("django_content_type"."app_label" = 'ipam' AND "django_content_type"."model" IN ('asn', 'routetarget', 'vrf', 'aggregate', 'iprange', 'servicetemplate', 'asnrange', 'fhrpgro upassignment', 'fhrpgroup', 'ipaddress', 'prefix', 'rir', 'service', 'vlangroup', 'role', 'vlan')) OR ("django_content_type"."app_l abel" = 'extras' AND "django_content_type"."model" IN ('webhook', 'imageattachment', 'objectchange', 'cachedvalue', 'branch', 'tagg editem', 'exporttemplate', 'customfieldchoiceset', 'configcontext', 'script', 'bookmark', 'customlink', 'savedfilter', 'tag', 'conf igtemplate', 'customfield', 'journalentry', 'dashboard', 'stagedchange', 'eventrule')) OR ("django_content_type"."app_label" = 'ten ancy' AND "django_content_type"."model" IN ('contact', 'tenantgroup', 'contactrole', 'contactgroup', 'tenant', 'contactassignment') ) OR ("django_content_type"."app_label" = 'virtualization' AND "django_content_type"."model" IN ('clustergroup', 'virtualmachine', 'cluster', 'clustertype', 'virtualdisk', 'vminterface')) OR ("django_content_type"."app_label" = 'vpn' AND "django_content_type"."m odel" IN ('l2vpn', 'ikeproposal', 'tunnel', 'ipsecprofile', 'ikepolicy', 'tunneltermination', 'l2vpntermination', 'ipsecproposal', 'tunnelgroup', 'ipsecpolicy')) OR ("django_content_type"."app_label" = 'wireless' AND "django_content_type"."model" IN ('wirelessli nk', 'wirelesslangroup', 'wirelesslan')) OR ("django_content_type"."app_label" = 'django_rq' AND "django_content_type"."model" IN ( 'queue')))
postgres-1 | 2024-06-01 23:53:03.425 UTC [57] ERROR: relation "django_content_type" does not exist at character 106
postgres-1 | 2024-06-01 23:53:03.425 UTC [57] STATEMENT: SELECT "django_content_type"."id", "django_content_type"."app _label", "django_content_type"."model" FROM "django_content_type" WHERE (("django_content_type"."app_label" = 'auth' AND "django_co ntent_type"."model" IN ('group', 'permission')) OR ("django_content_type"."app_label" = 'contenttypes' AND "django_content_type"."m odel" IN ('contenttype')) OR ("django_content_type"."app_label" = 'sessions' AND "django_content_type"."model" IN ('session')) OR ( "django_content_type"."app_label" = 'social_django' AND "django_content_type"."model" IN ('association', 'usersocialauth', 'nonce', 'partial', 'code')) OR ("django_content_type"."app_label" = 'taggit' AND "django_content_type"."model" IN ('taggeditem', 'tag')) O R ("django_content_type"."app_label" = 'core' AND "django_content_type"."model" IN ('datafile', 'datasource', 'configrevision', 'ma nagedfile', 'autosyncrecord', 'job')) OR ("django_content_type"."app_label" = 'users' AND "django_content_type"."model" IN ('token' , 'objectpermission', 'user', 'group', 'userconfig')) OR ("django_content_type"."app_label" = 'circuits' AND "django_content_type". "model" IN ('provideraccount', 'circuit', 'circuittype', 'circuittermination', 'providernetwork', 'provider')) OR ("django_content_ type"."app_label" = 'dcim' AND "django_content_type"."model" IN ('poweroutlettemplate', 'virtualchassis', 'rearport', 'interfacetem plate', 'inventoryitemrole', 'interface', 'devicebay', 'modulebaytemplate', 'region', 'devicetype', 'virtualdevicecontext', 'rearpo rttemplate', 'powerfeed', 'consoleporttemplate', 'consoleport', 'frontporttemplate', 'cable', 'consoleserverporttemplate', 'cablepa th', 'inventoryitemtemplate', 'moduletype', 'devicebaytemplate', 'module', 'rack', 'rackreservation', 'powerpanel', 'rackrole', 'po werport', 'consoleserverport', 'devicerole', 'modulebay', 'sitegroup', 'powerporttemplate', 'inventoryitem', 'device', 'cabletermin ation', 'manufacturer', 'frontport', 'location', 'poweroutlet', 'site', 'platform')) OR ("django_content_type"."app_label" = 'ipam' AND "django_content_type"."model" IN ('prefix', 'service', 'servicetemplate', 'vlan', 'vlangroup', 'role', 'ipaddress', 'asnrange' , 'fhrpgroupassignment', 'asn', 'aggregate', 'rir', 'fhrpgroup', 'iprange', 'vrf', 'routetarget')) OR ("django_content_type"."app_l abel" = 'extras' AND "django_content_type"."model" IN ('savedfilter', 'tag', 'branch', 'configtemplate', 'customlink', 'customfield choiceset', 'exporttemplate', 'imageattachment', 'journalentry', 'configcontext', 'taggeditem', 'dashboard', 'script', 'eventrule', 'stagedchange', 'webhook', 'cachedvalue', 'bookmark', 'customfield', 'objectchange')) OR ("django_content_type"."app_label" = 'ten ancy' AND "django_content_type"."model" IN ('contactrole', 'contactassignment', 'contact', 'contactgroup', 'tenantgroup', 'tenant') ) OR ("django_content_type"."app_label" = 'virtualization' AND "django_content_type"."model" IN ('virtualdisk', 'cluster', 'cluster type', 'vminterface', 'clustergroup', 'virtualmachine')) OR ("django_content_type"."app_label" = 'vpn' AND "django_content_type"."m odel" IN ('ipsecpolicy', 'ipsecproposal', 'l2vpn', 'tunnelgroup', 'ikepolicy', 'l2vpntermination', 'tunnel', 'ikeproposal', 'tunnel termination', 'ipsecprofile')) OR ("django_content_type"."app_label" = 'wireless' AND "django_content_type"."model" IN ('wirelessli nk', 'wirelesslangroup', 'wirelesslan')) OR ("django_content_type"."app_label" = 'django_rq' AND "django_content_type"."model" IN ( 'queue')))
postgres-1 | 2024-06-01 23:53:03.429 UTC [57] ERROR: relation "django_content_type" does not exist at character 106
postgres-1 | 2024-06-01 23:53:03.429 UTC [57] STATEMENT: SELECT "django_content_type"."id", "django_content_type"."app _label", "django_content_type"."model" FROM "django_content_type" WHERE (("django_content_type"."app_label" = 'auth' AND "django_co ntent_type"."model" IN ('group', 'permission')) OR ("django_content_type"."app_label" = 'contenttypes' AND "django_content_type"."m odel" IN ('contenttype')) OR ("django_content_type"."app_label" = 'sessions' AND "django_content_type"."model" IN ('session')) OR ( "django_content_type"."app_label" = 'social_django' AND "django_content_type"."model" IN ('association', 'usersocialauth', 'nonce', 'partial', 'code')) OR ("django_content_type"."app_label" = 'taggit' AND "django_content_type"."model" IN ('taggeditem', 'tag')) O R ("django_content_type"."app_label" = 'core' AND "django_content_type"."model" IN ('datafile', 'datasource', 'configrevision', 'ma nagedfile', 'autosyncrecord', 'job')) OR ("django_content_type"."app_label" = 'users' AND "django_content_type"."model" IN ('token' , 'objectpermission', 'user', 'group', 'userconfig')) OR ("django_content_type"."app_label" = 'circuits' AND "django_content_type". "model" IN ('provideraccount', 'circuit', 'circuittype', 'circuittermination', 'providernetwork', 'provider')) OR ("django_content_ type"."app_label" = 'dcim' AND "django_content_type"."model" IN ('poweroutlettemplate', 'virtualchassis', 'rearport', 'interfacetem plate', 'inventoryitemrole', 'interface', 'devicebay', 'modulebaytemplate', 'region', 'devicetype', 'virtualdevicecontext', 'rearpo rttemplate', 'powerfeed', 'consoleporttemplate', 'consoleport', 'frontporttemplate', 'cable', 'consoleserverporttemplate', 'cablepa th', 'inventoryitemtemplate', 'moduletype', 'devicebaytemplate', 'module', 'rack', 'rackreservation', 'powerpanel', 'rackrole', 'po werport', 'consoleserverport', 'devicerole', 'modulebay', 'sitegroup', 'powerporttemplate', 'inventoryitem', 'device', 'cabletermin ation', 'manufacturer', 'frontport', 'location', 'poweroutlet', 'site', 'platform')) OR ("django_content_type"."app_label" = 'ipam' AND "django_content_type"."model" IN ('prefix', 'service', 'servicetemplate', 'vlan', 'vlangroup', 'role', 'ipaddress', 'asnrange' , 'fhrpgroupassignment', 'asn', 'aggregate', 'rir', 'fhrpgroup', 'iprange', 'vrf', 'routetarget')) OR ("django_content_type"."app_l abel" = 'extras' AND "django_content_type"."model" IN ('savedfilter', 'tag', 'branch', 'configtemplate', 'customlink', 'customfield choiceset', 'exporttemplate', 'imageattachment', 'journalentry', 'configcontext', 'taggeditem', 'dashboard', 'script', 'eventrule', 'stagedchange', 'webhook', 'cachedvalue', 'bookmark', 'customfield', 'objectchange')) OR ("django_content_type"."app_label" = 'ten ancy' AND "django_content_type"."model" IN ('contactrole', 'contactassignment', 'contact', 'contactgroup', 'tenantgroup', 'tenant') ) OR ("django_content_type"."app_label" = 'virtualization' AND "django_content_type"."model" IN ('virtualdisk', 'cluster', 'cluster type', 'vminterface', 'clustergroup', 'virtualmachine')) OR ("django_content_type"."app_label" = 'vpn' AND "django_content_type"."m odel" IN ('ipsecpolicy', 'ipsecproposal', 'l2vpn', 'tunnelgroup', 'ikepolicy', 'l2vpntermination', 'tunnel', 'ikeproposal', 'tunnel termination', 'ipsecprofile')) OR ("django_content_type"."app_label" = 'wireless' AND "django_content_type"."model" IN ('wirelessli nk', 'wirelesslangroup', 'wirelesslan')) OR ("django_content_type"."app_label" = 'django_rq' AND "django_content_type"."model" IN ( 'queue')))
postgres-1 | 2024-06-01 23:53:03.878 UTC [57] ERROR: relation "django_content_type" does not exist at character 106
postgres-1 | 2024-06-01 23:53:03.878 UTC [57] STATEMENT: SELECT "django_content_type"."id", "django_content_type"."app _label", "django_content_type"."model" FROM "django_content_type" WHERE (("django_content_type"."app_label" = 'auth' AND "django_co ntent_type"."model" IN ('group', 'permission')) OR ("django_content_type"."app_label" = 'contenttypes' AND "django_content_type"."m odel" IN ('contenttype')) OR ("django_content_type"."app_label" = 'sessions' AND "django_content_type"."model" IN ('session')) OR ( "django_content_type"."app_label" = 'social_django' AND "django_content_type"."model" IN ('association', 'usersocialauth', 'nonce', 'partial', 'code')) OR ("django_content_type"."app_label" = 'taggit' AND "django_content_type"."model" IN ('taggeditem', 'tag')) O R ("django_content_type"."app_label" = 'core' AND "django_content_type"."model" IN ('datafile', 'datasource', 'configrevision', 'ma nagedfile', 'autosyncrecord', 'job')) OR ("django_content_type"."app_label" = 'users' AND "django_content_type"."model" IN ('token' , 'objectpermission', 'user', 'group', 'userconfig')) OR ("django_content_type"."app_label" = 'circuits' AND "django_content_type". "model" IN ('provideraccount', 'circuit', 'circuittype', 'circuittermination', 'providernetwork', 'provider')) OR ("django_content_ type"."app_label" = 'dcim' AND "django_content_type"."model" IN ('poweroutlettemplate', 'virtualchassis', 'rearport', 'interfacetem plate', 'inventoryitemrole', 'interface', 'devicebay', 'modulebaytemplate', 'region', 'devicetype', 'virtualdevicecontext', 'rearpo rttemplate', 'powerfeed', 'consoleporttemplate', 'consoleport', 'frontporttemplate', 'cable', 'consoleserverporttemplate', 'cablepa th', 'inventoryitemtemplate', 'moduletype', 'devicebaytemplate', 'module', 'rack', 'rackreservation', 'powerpanel', 'rackrole', 'po werport', 'consoleserverport', 'devicerole', 'modulebay', 'sitegroup', 'powerporttemplate', 'inventoryitem', 'device', 'cabletermin ation', 'manufacturer', 'frontport', 'location', 'poweroutlet', 'site', 'platform')) OR ("django_content_type"."app_label" = 'ipam' AND "django_content_type"."model" IN ('prefix', 'service', 'servicetemplate', 'vlan', 'vlangroup', 'role', 'ipaddress', 'asnrange' , 'fhrpgroupassignment', 'asn', 'aggregate', 'rir', 'fhrpgroup', 'iprange', 'vrf', 'routetarget')) OR ("django_content_type"."app_l abel" = 'extras' AND "django_content_type"."model" IN ('savedfilter', 'tag', 'branch', 'configtemplate', 'customlink', 'customfield choiceset', 'exporttemplate', 'imageattachment', 'journalentry', 'configcontext', 'taggeditem', 'dashboard', 'script', 'eventrule', 'stagedchange', 'webhook', 'cachedvalue', 'bookmark', 'customfield', 'objectchange')) OR ("django_content_type"."app_label" = 'ten ancy' AND "django_content_type"."model" IN ('contactrole', 'contactassignment', 'contact', 'contactgroup', 'tenantgroup', 'tenant') ) OR ("django_content_type"."app_label" = 'virtualization' AND "django_content_type"."model" IN ('virtualdisk', 'cluster', 'cluster type', 'vminterface', 'clustergroup', 'virtualmachine')) OR ("django_content_type"."app_label" = 'vpn' AND "django_content_type"."m odel" IN ('ipsecpolicy', 'ipsecproposal', 'l2vpn', 'tunnelgroup', 'ikepolicy', 'l2vpntermination', 'tunnel', 'ikeproposal', 'tunnel termination', 'ipsecprofile')) OR ("django_content_type"."app_label" = 'wireless' AND "django_content_type"."model" IN ('wirelessli nk', 'wirelesslangroup', 'wirelesslan')) OR ("django_content_type"."app_label" = 'django_rq' AND "django_content_type"."model" IN ( 'queue')))
netbox-1 | ?? Applying database migrations
postgres-1 | 2024-06-01 23:53:09.053 UTC [58] ERROR: relation "django_content_type" does not exist at character 106
postgres-1 | 2024-06-01 23:53:09.053 UTC [58] STATEMENT: SELECT "django_content_type"."id", "django_content_type"."app _label", "django_content_type"."model" FROM "django_content_type" WHERE (("django_content_type"."app_label" = 'auth' AND "django_co ntent_type"."model" IN ('permission', 'group')) OR ("django_content_type"."app_label" = 'contenttypes' AND "django_content_type"."m odel" IN ('contenttype')) OR ("django_content_type"."app_label" = 'sessions' AND "django_content_type"."model" IN ('session')) OR ( "django_content_type"."app_label" = 'social_django' AND "django_content_type"."model" IN ('association', 'partial', 'nonce', 'code' , 'usersocialauth')) OR ("django_content_type"."app_label" = 'taggit' AND "django_content_type"."model" IN ('taggeditem', 'tag')) O R ("django_content_type"."app_label" = 'core' AND "django_content_type"."model" IN ('autosyncrecord', 'configrevision', 'datafile', 'job', 'datasource', 'managedfile')) OR ("django_content_type"."app_label" = 'users' AND "django_content_type"."model" IN ('token' , 'group', 'user', 'objectpermission', 'userconfig')) OR ("django_content_type"."app_label" = 'circuits' AND "django_content_type". "model" IN ('circuittype', 'provideraccount', 'circuit', 'providernetwork', 'circuittermination', 'provider')) OR ("django_content_ type"."app_label" = 'dcim' AND "django_content_type"."model" IN ('cabletermination', 'rearport', 'consoleserverporttemplate', 'powe rfeed', 'platform', 'region', 'virtualchassis', 'devicebay', 'interfacetemplate', 'inventoryitemrole', 'rackrole', 'consoleserverpo rt', 'frontporttemplate', 'rearporttemplate', 'devicebaytemplate', 'devicerole', 'location', 'powerporttemplate', 'module', 'frontp ort', 'rack', 'sitegroup', 'devicetype', 'consoleport', 'modulebay', 'moduletype', 'cable', 'manufacturer', 'powerport', 'poweroutl ettemplate', 'rackreservation', 'device', 'interface', 'site', 'consoleporttemplate', 'cablepath', 'modulebaytemplate', 'inventoryi tem', 'poweroutlet', 'virtualdevicecontext', 'inventoryitemtemplate', 'powerpanel')) OR ("django_content_type"."app_label" = 'ipam' AND "django_content_type"."model" IN ('rir', 'vlan', 'prefix', 'fhrpgroup', 'vlangroup', 'servicetemplate', 'fhrpgroupassignment', 'asnrange', 'ipaddress', 'vrf', 'service', 'role', 'routetarget', 'aggregate', 'iprange', 'asn')) OR ("django_content_type"."app_l abel" = 'extras' AND "django_content_type"."model" IN ('customfield', 'configcontext', 'taggeditem', 'configtemplate', 'savedfilter ', 'webhook', 'branch', 'customlink', 'customfieldchoiceset', 'imageattachment', 'tag', 'journalentry', 'dashboard', 'bookmark', 's tagedchange', 'exporttemplate', 'script', 'eventrule', 'objectchange', 'cachedvalue')) OR ("django_content_type"."app_label" = 'ten ancy' AND "django_content_type"."model" IN ('contactrole', 'contactassignment', 'contact', 'contactgroup', 'tenant', 'tenantgroup') ) OR ("django_content_type"."app_label" = 'virtualization' AND "django_content_type"."model" IN ('virtualmachine', 'vminterface', ' cluster', 'clustertype', 'clustergroup', 'virtualdisk')) OR ("django_content_type"."app_label" = 'vpn' AND "django_content_type"."m odel" IN ('l2vpntermination', 'l2vpn', 'ipsecpolicy', 'ipsecproposal', 'tunnelgroup', 'ipsecprofile', 'ikepolicy', 'ikeproposal', ' tunnel', 'tunneltermination')) OR ("django_content_type"."app_label" = 'wireless' AND "django_content_type"."model" IN ('wirelessla ngroup', 'wirelesslan', 'wirelesslink')) OR ("django_content_type"."app_label" = 'django_rq' AND "django_content_type"."model" IN ( 'queue')))
postgres-1 | 2024-06-01 23:53:09.057 UTC [58] ERROR: relation "django_content_type" does not exist at character 106
postgres-1 | 2024-06-01 23:53:09.057 UTC [58] STATEMENT: SELECT "django_content_type"."id", "django_content_type"."app _label", "django_content_type"."model" FROM "django_content_type" WHERE (("django_content_type"."app_label" = 'auth' AND "django_co ntent_type"."model" IN ('permission', 'group')) OR ("django_content_type"."app_label" = 'contenttypes' AND "django_content_type"."m odel" IN ('contenttype')) OR ("django_content_type"."app_label" = 'sessions' AND "django_content_type"."model" IN ('session')) OR ( "django_content_type"."app_label" = 'social_django' AND "django_content_type"."model" IN ('association', 'partial', 'nonce', 'code' , 'usersocialauth')) OR ("django_content_type"."app_label" = 'taggit' AND "django_content_type"."model" IN ('taggeditem', 'tag')) O R ("django_content_type"."app_label" = 'core' AND "django_content_type"."model" IN ('autosyncrecord', 'configrevision', 'datafile', 'job', 'datasource', 'managedfile')) OR ("django_content_type"."app_label" = 'users' AND "django_content_type"."model" IN ('token' , 'group', 'user', 'objectpermission', 'userconfig')) OR ("django_content_type"."app_label" = 'circuits' AND "django_content_type". "model" IN ('circuittype', 'provideraccount', 'circuit', 'providernetwork', 'circuittermination', 'provider')) OR ("django_content_ type"."app_label" = 'dcim' AND "django_content_type"."model" IN ('cabletermination', 'rearport', 'consoleserverporttemplate', 'powe rfeed', 'platform', 'region', 'virtualchassis', 'devicebay', 'interfacetemplate', 'inventoryitemrole', 'rackrole', 'consoleserverpo rt', 'frontporttemplate', 'rearporttemplate', 'devicebaytemplate', 'devicerole', 'location', 'powerporttemplate', 'module', 'frontp ort', 'rack', 'sitegroup', 'devicetype', 'consoleport', 'modulebay', 'moduletype', 'cable', 'manufacturer', 'powerport', 'poweroutl ettemplate', 'rackreservation', 'device', 'interface', 'site', 'consoleporttemplate', 'cablepath', 'modulebaytemplate', 'inventoryi tem', 'poweroutlet', 'virtualdevicecontext', 'inventoryitemtemplate', 'powerpanel')) OR ("django_content_type"."app_label" = 'ipam' AND "django_content_type"."model" IN ('rir', 'vlan', 'prefix', 'fhrpgroup', 'vlangroup', 'servicetemplate', 'fhrpgroupassignment', 'asnrange', 'ipaddress', 'vrf', 'service', 'role', 'routetarget', 'aggregate', 'iprange', 'asn')) OR ("django_content_type"."app_l abel" = 'extras' AND "django_content_type"."model" IN ('customfield', 'configcontext', 'taggeditem', 'configtemplate', 'savedfilter ', 'webhook', 'branch', 'customlink', 'customfieldchoiceset', 'imageattachment', 'tag', 'journalentry', 'dashboard', 'bookmark', 's tagedchange', 'exporttemplate', 'script', 'eventrule', 'objectchange', 'cachedvalue')) OR ("django_content_type"."app_label" = 'ten ancy' AND "django_content_type"."model" IN ('contactrole', 'contactassignment', 'contact', 'contactgroup', 'tenant', 'tenantgroup') ) OR ("django_content_type"."app_label" = 'virtualization' AND "django_content_type"."model" IN ('virtualmachine', 'vminterface', ' cluster', 'clustertype', 'clustergroup', 'virtualdisk')) OR ("django_content_type"."app_label" = 'vpn' AND "django_content_type"."m odel" IN ('l2vpntermination', 'l2vpn', 'ipsecpolicy', 'ipsecproposal', 'tunnelgroup', 'ipsecprofile', 'ikepolicy', 'ikeproposal', ' tunnel', 'tunneltermination')) OR ("django_content_type"."app_label" = 'wireless' AND "django_content_type"."model" IN ('wirelessla ngroup', 'wirelesslan', 'wirelesslink')) OR ("django_content_type"."app_label" = 'django_rq' AND "django_content_type"."model" IN ( 'queue')))
postgres-1 | 2024-06-01 23:53:09.466 UTC [58] ERROR: relation "django_content_type" does not exist at character 106
postgres-1 | 2024-06-01 23:53:09.466 UTC [58] STATEMENT: SELECT "django_content_type"."id", "django_content_type"."app _label", "django_content_type"."model" FROM "django_content_type" WHERE (("django_content_type"."app_label" = 'auth' AND "django_co ntent_type"."model" IN ('permission', 'group')) OR ("django_content_type"."app_label" = 'contenttypes' AND "django_content_type"."m odel" IN ('contenttype')) OR ("django_content_type"."app_label" = 'sessions' AND "django_content_type"."model" IN ('session')) OR ( "django_content_type"."app_label" = 'social_django' AND "django_content_type"."model" IN ('association', 'partial', 'nonce', 'code' , 'usersocialauth')) OR ("django_content_type"."app_label" = 'taggit' AND "django_content_type"."model" IN ('taggeditem', 'tag')) O R ("django_content_type"."app_label" = 'core' AND "django_content_type"."model" IN ('autosyncrecord', 'configrevision', 'datafile', 'job', 'datasource', 'managedfile')) OR ("django_content_type"."app_label" = 'users' AND "django_content_type"."model" IN ('token' , 'group', 'user', 'objectpermission', 'userconfig')) OR ("django_content_type"."app_label" = 'circuits' AND "django_content_type". "model" IN ('circuittype', 'provideraccount', 'circuit', 'providernetwork', 'circuittermination', 'provider')) OR ("django_content_ type"."app_label" = 'dcim' AND "django_content_type"."model" IN ('cabletermination', 'rearport', 'consoleserverporttemplate', 'powe rfeed', 'platform', 'region', 'virtualchassis', 'devicebay', 'interfacetemplate', 'inventoryitemrole', 'rackrole', 'consoleserverpo rt', 'frontporttemplate', 'rearporttemplate', 'devicebaytemplate', 'devicerole', 'location', 'powerporttemplate', 'module', 'frontp ort', 'rack', 'sitegroup', 'devicetype', 'consoleport', 'modulebay', 'moduletype', 'cable', 'manufacturer', 'powerport', 'poweroutl ettemplate', 'rackreservation', 'device', 'interface', 'site', 'consoleporttemplate', 'cablepath', 'modulebaytemplate', 'inventoryi tem', 'poweroutlet', 'virtualdevicecontext', 'inventoryitemtemplate', 'powerpanel')) OR ("django_content_type"."app_label" = 'ipam' AND "django_content_type"."model" IN ('rir', 'vlan', 'prefix', 'fhrpgroup', 'vlangroup', 'servicetemplate', 'fhrpgroupassignment', 'asnrange', 'ipaddress', 'vrf', 'service', 'role', 'routetarget', 'aggregate', 'iprange', 'asn')) OR ("django_content_type"."app_l abel" = 'extras' AND "django_content_type"."model" IN ('customfield', 'configcontext', 'taggeditem', 'configtemplate', 'savedfilter ', 'webhook', 'branch', 'customlink', 'customfieldchoiceset', 'imageattachment', 'tag', 'journalentry', 'dashboard', 'bookmark', 's tagedchange', 'exporttemplate', 'script', 'eventrule', 'objectchange', 'cachedvalue')) OR ("django_content_type"."app_label" = 'ten ancy' AND "django_content_type"."model" IN ('contactrole', 'contactassignment', 'contact', 'contactgroup', 'tenant', 'tenantgroup') ) OR ("django_content_type"."app_label" = 'virtualization' AND "django_content_type"."model" IN ('virtualmachine', 'vminterface', ' cluster', 'clustertype', 'clustergroup', 'virtualdisk')) OR ("django_content_type"."app_label" = 'vpn' AND "django_content_type"."m odel" IN ('l2vpntermination', 'l2vpn', 'ipsecpolicy', 'ipsecproposal', 'tunnelgroup', 'ipsecprofile', 'ikepolicy', 'ikeproposal', ' tunnel', 'tunneltermination')) OR ("django_content_type"."app_label" = 'wireless' AND "django_content_type"."model" IN ('wirelessla ngroup', 'wirelesslan', 'wirelesslink')) OR ("django_content_type"."app_label" = 'django_rq' AND "django_content_type"."model" IN ( 'queue')))
netbox-1 | ?? loaded config '/etc/netbox/config/configuration.py'
netbox-1 | ?? loaded config '/etc/netbox/config/extra.py'
netbox-1 | ?? loaded config '/etc/netbox/config/logging.py'
netbox-1 | ?? loaded config '/etc/netbox/config/plugins.py'
netbox-1 | Operations to perform:
netbox-1 | Apply all migrations: account, auth, circuits, contenttypes, core, dcim, django_rq, extras, ipam, sessio ns, social_django, taggit, tenancy, users, virtualization, vpn, wireless
netbox-1 | Running migrations:
netbox-1 | Applying contenttypes.0001_initial... OK
netbox-1 | Applying contenttypes.0002_remove_content_type_name... OK
netbox-1 | Applying auth.0001_initial... OK
netbox-1 | Applying auth.0002_alter_permission_name_max_length... OK
netbox-1 | Applying auth.0003_alter_user_email_max_length... OK
netbox-1 | Applying auth.0004_alter_user_username_opts... OK
netbox-1 | Applying auth.0005_alter_user_last_login_null... OK
netbox-1 | Applying auth.0006_require_contenttypes_0002... OK
netbox-1 | Applying auth.0007_alter_validators_add_error_messages... OK
netbox-1 | Applying auth.0008_alter_user_username_max_length... OK
netbox-1 | Applying auth.0009_alter_user_last_name_max_length... OK
netbox-1 | Applying auth.0010_alter_group_name_max_length... OK
netbox-1 | Applying auth.0011_update_proxy_permissions... OK
netbox-1 | Applying auth.0012_alter_user_first_name_max_length... OK
netbox-1 | Applying users.0001_squashed_0011... OK
netbox-1 | Applying users.0002_squashed_0004... OK
netbox-1 | Applying account.0001_initial... OK
netbox-1 | Applying extras.0001_squashed... OK
netbox-1 | Applying tenancy.0001_squashed_0012... OK
netbox-1 | Applying dcim.0001_squashed... OK
netbox-1 | Applying dcim.0002_squashed... OK
netbox-1 | Applying ipam.0001_squashed... OK
netbox-1 | Applying virtualization.0001_squashed_0022... OK
netbox-1 | Applying extras.0002_squashed_0059... OK
netbox-1 | Applying tenancy.0002_squashed_0011... OK
netbox-1 | Applying dcim.0003_squashed_0130... OK
netbox-1 | Applying ipam.0002_squashed_0046... OK
netbox-1 | Applying ipam.0047_squashed_0053... OK
netbox-1 | Applying wireless.0001_squashed_0008... OK
netbox-1 | Applying dcim.0131_squashed_0159... OK
netbox-1 | Applying circuits.0001_squashed... OK
netbox-1 | Applying circuits.0002_squashed_0029... OK
netbox-1 | Applying circuits.0003_squashed_0037... OK
netbox-1 | Applying dcim.0160_squashed_0166... OK
netbox-1 | Applying circuits.0038_squashed_0042... OK
netbox-1 | Applying circuits.0043_circuittype_color... OK
netbox-1 | Applying core.0001_squashed_0005... OK
netbox-1 | Applying core.0006_datasource_type_remove_choices... OK
netbox-1 | Applying core.0007_job_add_error_field... OK
netbox-1 | Applying core.0008_contenttype_proxy... OK
netbox-1 | Applying core.0009_configrevision... OK
netbox-1 | Applying core.0010_gfk_indexes... OK
netbox-1 | Applying extras.0060_squashed_0086... OK
netbox-1 | Applying dcim.0167_squashed_0182... OK
netbox-1 | Applying dcim.0183_devicetype_exclude_from_utilization... OK
netbox-1 | Applying dcim.0184_protect_child_interfaces... OK
netbox-1 | Applying dcim.0185_gfk_indexes... OK
netbox-1 | Applying dcim.0186_location_facility... OK
netbox-1 | Applying dcim.0187_alter_device_vc_position... OK
netbox-1 | Applying django_rq.0001_initial... OK
netbox-1 | Applying extras.0087_squashed_0098... OK
netbox-1 | Applying extras.0099_cachedvalue_ordering... OK
netbox-1 | Applying extras.0100_customfield_ui_attrs... OK
netbox-1 | Applying extras.0101_eventrule... OK
netbox-1 | Applying extras.0102_move_configrevision... OK
netbox-1 | Applying extras.0103_gfk_indexes... OK
netbox-1 | Applying extras.0104_stagedchange_remove_change_logging... OK
netbox-1 | Applying extras.0105_customfield_min_max_values... OK
netbox-1 | Applying extras.0106_bookmark_user_cascade_deletion... OK
netbox-1 | Applying extras.0107_cachedvalue_extras_cachedvalue_object... OK
netbox-1 | Applying extras.0108_convert_reports_to_scripts... OK
netbox-1 | Applying extras.0109_script_model... OK
netbox-1 | Applying extras.0110_remove_eventrule_action_parameters... OK
netbox-1 | Applying extras.0111_rename_content_types... OK
netbox-1 | Applying extras.0112_tag_update_object_types... OK
netbox-1 | Applying extras.0113_customfield_rename_object_type... OK
netbox-1 | Applying extras.0114_customfield_add_comments... OK
netbox-1 | Applying extras.0115_convert_dashboard_widgets... OK
netbox-1 | Applying ipam.0054_squashed_0067... OK
netbox-1 | Applying ipam.0068_move_l2vpn... OK
netbox-1 | Applying ipam.0069_gfk_indexes... OK
netbox-1 | Applying sessions.0001_initial... OK
netbox-1 | Applying social_django.0001_initial... OK
netbox-1 | Applying social_django.0002_add_related_name... OK
netbox-1 | Applying social_django.0003_alter_email_max_length... OK
netbox-1 | Applying social_django.0004_auto_20160423_0400... OK
netbox-1 | Applying social_django.0005_auto_20160727_2333... OK
netbox-1 | Applying social_django.0006_partial... OK
netbox-1 | Applying social_django.0007_code_timestamp... OK
netbox-1 | Applying social_django.0008_partial_timestamp... OK
netbox-1 | Applying social_django.0009_auto_20191118_0520... OK
netbox-1 | Applying social_django.0010_uid_db_index... OK
netbox-1 | Applying social_django.0011_alter_id_fields... OK
netbox-1 | Applying social_django.0012_usersocialauth_extra_data_new... OK
netbox-1 | Applying social_django.0013_migrate_extra_data... OK
netbox-1 | Applying social_django.0014_remove_usersocialauth_extra_data... OK
netbox-1 | Applying social_django.0015_rename_extra_data_new_usersocialauth_extra_data... OK
netbox-1 | Applying taggit.0001_initial... OK
netbox-1 | Applying taggit.0002_auto_20150616_2121... OK
netbox-1 | Applying taggit.0003_taggeditem_add_unique_index... OK
netbox-1 | Applying taggit.0004_alter_taggeditem_content_type_alter_taggeditem_tag... OK
netbox-1 | Applying taggit.0005_auto_20220424_2025... OK
netbox-1 | Applying taggit.0006_rename_taggeditem_content_type_object_id_taggit_tagg_content_8fc721_idx... OK
netbox-1 | Applying tenancy.0012_contactassignment_custom_fields... OK
netbox-1 | Applying tenancy.0013_gfk_indexes... OK
netbox-1 | Applying tenancy.0014_contactassignment_ordering... OK
netbox-1 | Applying tenancy.0015_contactassignment_rename_content_type... OK
netbox-1 | Applying users.0005_alter_user_table... OK
netbox-1 | Applying users.0006_custom_group_model... OK
netbox-1 | Applying users.0007_objectpermission_update_object_types... OK
netbox-1 | Applying users.0008_flip_objectpermission_assignments... OK
netbox-1 | Applying users.0009_update_group_perms... OK
netbox-1 | Applying virtualization.0023_squashed_0036... OK
netbox-1 | Applying virtualization.0037_protect_child_interfaces... OK
netbox-1 | Applying virtualization.0038_virtualdisk... OK
netbox-1 | Applying vpn.0001_initial... OK
netbox-1 | Applying vpn.0002_move_l2vpn... OK
netbox-1 | Applying vpn.0003_ipaddress_multiple_tunnel_terminations... OK
netbox-1 | Applying vpn.0004_alter_ikepolicy_mode... OK
netbox-1 | Applying vpn.0005_rename_indexes... OK
netbox-1 | ?? Running trace_paths
netbox-1 | ?? loaded config '/etc/netbox/config/configuration.py'
netbox-1 | ?? loaded config '/etc/netbox/config/extra.py'
netbox-1 | ?? loaded config '/etc/netbox/config/logging.py'
netbox-1 | ?? loaded config '/etc/netbox/config/plugins.py'
netbox-1 | Found no missing console port paths; skipping
netbox-1 | Found no missing console server port paths; skipping
netbox-1 | Found no missing interface paths; skipping
netbox-1 | Found no missing power feed paths; skipping
netbox-1 | Found no missing power outlet paths; skipping
netbox-1 | Found no missing power port paths; skipping
netbox-1 | Finished.
netbox-1 | ?? Removing stale content types
dependency failed to start: container netbox-docker-netbox-1 is unhealthy