- created an
AUTOMIGRATE
script to attempt to detect and migrate v1/v2 filesystem structures to the v3 structure. To use setAUTOMIGRATE=true
in the container environment - Added
PYTHONUSERBASE/bin
to PATH
Detailed notes;
As a result of the breaking changes in 3.0.0, we have introduced a script that will attempt to detect and auto-migrate filesystem structures from previous octoprint-docker release versions to the current version, by utilizing an optional environment variable you can set
This feature was impossible to test for all condidtions, and as such is defaulted to false. We highly recommend you use the OctoPrint backup feature, or use this docker based method of backing up your container volume before attempting auto-migration. To attempt auto-migration, set a container environment variable of AUTOMIGRATE=true.