From 73b1bbd94549f8d5a585ee8905cc3db3e1939942 Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Wed, 22 Oct 2025 14:19:26 -0400 Subject: [PATCH] docs: add step to remove deprecated models --- docs/technical_documentation/how-tos/upgrade.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/technical_documentation/how-tos/upgrade.rst b/docs/technical_documentation/how-tos/upgrade.rst index ee61ced..0a361bc 100644 --- a/docs/technical_documentation/how-tos/upgrade.rst +++ b/docs/technical_documentation/how-tos/upgrade.rst @@ -13,6 +13,7 @@ As for any upgrade you should take a backup snapshot of your environment before - Build your Docker images: ``tutor images build openedx aspects aspects-superset --no-cache`` - If using in-context metrics (only available starting in the Teak Open edX release), build also the `mfe` image: ``tutor images build mfe --no-cache`` - Initialize Aspects to get the latest schema and reports, for a tutor local install: ``tutor local do init -l aspects`` +- Remove any deprecated models: ``tutor local do dbt -c 'run-operation remove_deprecated_models' --only_changed False`` In a case where the release has special instructions, such as when new xAPI transforms have been added and you may need to replay tracking logs, they will be included in the release announcement.