netbox-community / netbox-demo-data

Demo data useful for populating demo instances of NetBox
MIT License
22 stars 10 forks source link

chore: add v2 docker compose and exclude django_rq #7

Open crankynetman opened 1 year ago

crankynetman commented 1 year ago

Running the commands listed in README.md doesn't work on netbox 3.4.7, I think due to some django-rq model changes. If you don't use the excluded I added, you get the following error:

CommandError: Unable to serialize database: relation "django_rq_queue" does not exist
LINE 1: SELECT COUNT(*) AS "__count" FROM "django_rq_queue"

I also added a docker compose v2 example, since that is The Way of the Future. Feel free to nuke that line if you want.