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

v2.2.0
2025-09-23Part-DB 2.2.0
[!WARNING] After upgrade, you need to run
php bin/console doctrine:migrations:migrate(or equivalent) as webserver user after upgrade.. 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] You can help to translate Part-DB to other languages. See this post for more info.
New features
- Added xlsx/xls import/export for parts (thanks to @barisgit, PR #1036)
- Allow to update many parts at once from information providers (thanks @barisgit, PR #1036)
- Optimized part tables performance
Bug fixes
- Fixed problem with mouser and chinese yuan as currency (#1045)
Miscellaneous
- Improved translations
- Updated dependencies
- Use php’s native lazy objects on PHP8.4+, this should help to reduce performance overheads
Full Changelog: https://github.com/Part-DB/Part-DB-server/compare/v2.1.2…v2.2.0