File tree Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 1+ Version 4.0.7
2+ =============
3+
4+ Released: June 11, 2021
5+
6+ Changes
7+ -------
8+
9+ Platform templates
10+ ^^^^^^^^^^^^^^^^^^
11+
12+ Rename Docker entrypoint variable ``CELERY_TASKS_MEMORY_PER_CHILD_ARGUMENT``
13+ to the correct ``CELERY_MAX_TASKS_PER_CHILD_ARGUMENT``.
14+
15+ Removals
16+ --------
17+
18+ - None
19+
20+
21+ Upgrade process
22+ ---------------
23+
24+ .. include:: partials/upgrade-3.5-4.0.txt
25+
26+
27+ Troubleshooting
28+ ---------------
29+
30+ If you observe the errors:
31+
32+ - ``mayan.apps.file_caching.models.CachePartitionFile.DoesNotExist: CachePartitionFile matching query does not exist.``
33+
34+ or:
35+
36+ - ``FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/mayan/document_file_storage/...``
37+
38+ follow the solution outlined in the troubleshooting section: :ref:`troubleshooting-version-4.0`
39+
40+
41+ Backward incompatible changes
42+ -----------------------------
43+
44+ - None
45+
46+
47+ Issues closed
48+ -------------
49+
50+ - :gitlab-issue:`999` [4.05] MAYAN_WORKER_X_MAX_TASKS_PER_CHILD Error
51+
52+ .. _PyPI: https://pypi.python.org/pypi/mayan-edms/
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ versions of the documentation contain the release notes for any later releases.
2020.. toctree::
2121 :maxdepth: 1
2222
23+ 4.0.7
2324 4.0.6
2425 4.0.5
2526 4.0.4
You can’t perform that action at this time.
0 commit comments