nautobot / nautobot-app-design-builder

https://docs.nautobot.com/projects/design-builder/en/latest/
Other
8 stars 2 forks source link

nautobot-design-builder-nautobot-1 container crashes when running ltm-1.6 branch #173

Open tim-fiola opened 2 months ago

tim-fiola commented 2 months ago

Environment

Expected Behavior

The container development Nautobot instance works

Observed Behavior

Upon invoke start the nautobot-design-builder-nautobot-1 container crashes after a few seconds

Steps to Reproduce

  1. switch to ltm-1.6 branch
  2. poetry shell
  3. poetry install
  4. cp development/creds.example.env development/creds.env
  5. invoke build
  6. invoke start
  7. Wait about 30 seconds

The logs are attached. Much of the logs are just repetition as it checks for DB readiness:

design_builder_logs.txt

abates commented 2 months ago

This looks like migrations didn't run properly. Can you please destroy your database and try again?

tim-fiola commented 2 months ago

Is that done via the invoke destroy build command?