You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,15 @@
7
7
8
8
### Breaking changes
9
9
10
-
PR #135 introduced a change that will not affect most users, but may be a breaking change for existing users that are using a volume mounting strategy other than the recommended strategy. Details follow:
10
+
PR #135 introduced a change that will not affect most users, but may be a breaking change for existing users that are using a volume mounting strategy other than the recommended strategy.
11
11
12
-
-`/octoprint/octoprint` and `/octoprint/plugins` folders are now explicitly created during docker build
12
+
We have introduced an optional environment variable you can set to attempt to automigrate the file structures, but this feature was impossible to test for all condidtions, and as such is
13
+
defaulted to `false`. We highly recommend you use the OctoPrint backup feature, or use this [docker based method of backing up your container volume][container-backup] before attempting auto-migration.
14
+
To attempt auto-migration, set a container environment variable of `AUTOMIGRATE=true`.
15
+
16
+
Details of breaking changes follow:
17
+
18
+
-`/octoprint/octoprint` and `/octoprint/plugins` folders are now explicitly created during docker build
13
19
- octoprint service basedir is now `/octoprint/octoprint` (was previously `/octoprint`)
14
20
- the recommended mount path for the `config-editor` container to has been changed to `octoprint:/octoprint`. See updated examples and usage info in `docker-compose.yml` and `README`.
15
21
@@ -93,6 +99,8 @@ This new method will allow savvy users to create distinct volumes for plugin bin
93
99
octoprint configuration data, giving them more ability to selectively control how state and
94
100
memory consumption are utilized in their octoprint image usage/distribution strategies.
0 commit comments