Part-DB 1.16.1
Part-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, use sudo docker exec --user=www-data partdb php bin/console doctrine:migrations:migrate
, or sudo -E
inside 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
Miscellaneous
- Updated translations
- Optimized database migration (this might fix issue #873)
Full Changelog: v1.16.0...v1.16.1