CS
SCALE.sdm
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage
Confidential information

0.63.1

Release date: September 08, 2025

End of Life: September 08, 2027

Manual migration steps required

Reparse Metadata of RdTestAttachments

Created RdTestAttachments within versions 0.60.0, 0.60.1 and 0.61.0 include incorrect metadata.

With 0.63.0 a migration exists which automatically runs the reparsing, but leads to a long-running migration step. If this version could be deployed without any issues, the hotfix can be skipped.

With 0.63.1 the reparsing of the RdTestAttachments are done via a backend command. To start it, the following steps are necessary:

  1. Open up a shell to the application environment, e.g. by connecting to Kubernetes and selecting the application pod with the backend container.
  2. Execute ./manage.py reparse_rd_test_attachment_files to start the reparsing.

Based on how many RdTestAttachments were created within 0.60.0, 0.60.1 and 0.61.0, a number of backend jobs will be created to fix this asynchronously.


List of all changes

Bug fixFixed long running migration [#7657]