afkiwers / inventree_kicad

KiCad EDA conform API endpoint for KiCad's parts library tool. This plugin provides metadata only and requires matching symbol and footprint libraries within the KiCad EDA.
MIT License
38 stars 8 forks source link

migrate database #87

Closed StecklerCircuits closed 6 months ago

StecklerCircuits commented 8 months ago

you say "migrate database" several times in the setup. please forgive me for not knowing, but could you please elaborate or show a command for that?
i'm running inventree in a docker container.

SchrodingersGat commented 8 months ago

https://docs.inventree.org/en/stable/start/docker_install/#update-database

In your case, to just perform database migrations, run:

docker compose run --rm inventree-server invoke migrate

Or, set the INVENTREE_AUTO_UPDATE setting to automatically run database migrations!

afkiwers commented 7 months ago

@StecklerCircuits did you get all the information needed to get it to work?