Part-DB
Open-source inventory management system for electronic components
Alternative to: partsbox, sortly

v1.16.1
2025-02-26Part-DB 1.16.1
[!WARNING] If you are upgrading from 1.15 or earlier, you need to run
php bin/console doctrine:migrations:migrate(or equivalent) as webserver user after upgrade. This is not required when coming from 1.16.0. If you are running a docker container, usesudo docker exec --user=www-data partdb php bin/console doctrine:migrations:migrate, orsudo -Einside the docker container, to ensure that the migrations are applied to the correct database.
[!IMPORTANT] If you are using Part-DB it would be helpful if you fill out this short survey on your usage of Part-DB (Google Forms): https://forms.gle/Q15twx3YYq3qCNfe8
[!TIP] There is a new experimental docker image, which is much faster. See this post for more info.
[!TIP] You can help to translate Part-DB to other languages. See this post for more info.
Bug fixes
- Fixed LCSC provider (PR #873, @mkne)
Miscellaneous
- Updated translations
- Optimized database migration (this might fix issue #873)
Full Changelog: https://github.com/Part-DB/Part-DB-server/compare/v1.16.0…v1.16.1