I’m updating Tutor to the last version (13.2.2) and with this version, I need to update from open-release/maple.2 to open-release/maple.3 because if I keep the open-release/maple.2 I get an error in git cherry-pick
.
# Rate limiting security fix
# https://github.com/overhangio/edx-platform/tree/overhangio/sec-rate-limiting
RUN git fetch --depth=2 https://github.com/overhangio/edx-platform/ b5723e416e628cac4fa84392ca13e1b72817674f && git cherry-pick b5723e416e628cac4fa84392ca13e1b72817674f
How can I know if I need to do something to migrate?
In the Open edX CHANGELOG we don’t have any information:
We don’t maintain a detailed changelog. For details of changes, please see either the edX Release Notes or the GitHub commit history.
And in the Release Notes we just have open-release/maple.1.
Is just running Django migrations enough?