Skip to content

Commit 4376ea4

Browse files
authored
docs: add upgrade instructions for 2.5 (#342)
* docs: add upgrade instructions for 2.5 * docs: add link to release notes * docs: fix underline Clarified upgrade requirements for Aspects v3.x and added instructions for refreshing dbt views.
1 parent d14f7b8 commit 4376ea4

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs/technical_documentation/how-tos/02_upgrade.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ v3.x Ulmo and later
5959
=============== ======================================
6060

6161

62-
Upgrading v2.x to v3.x
62+
Upgrading v2.5 to v3.x
6363
----------------------
6464

6565
Breaking Changes
@@ -68,6 +68,16 @@ Breaking Changes
6868
In-Context Analytics in Aspects v3.0 uses Paragon v23 which was introduced in Open edX Ulmo. Therefore, Aspects v3.x requires Open edX Ulmo or later. If you are running a named release before Ulmo, you will need to upgrade to Ulmo or later before upgrading Aspects to v3.x.
6969

7070

71+
Upgrading to `v2.5 <https://github.com/openedx/tutor-contrib-aspects/releases/tag/v2.5.0>`_
72+
-------------------------------------------------------------------------------------------
73+
74+
There were multiple changes to dbt views which will need to be manually refreshed. Do this by running:
75+
76+
.. code-block:: bash
77+
78+
tutor [local/dev/k8s] do dbt --only_changed False -c 'run --full-refresh --select dim_problem_responses+ fact_video_segments+ dim_course_blocks+ fact_navigation_completion+ fact_pageview_engagement+ problem_events+ dim_learner_last_response+ dim_problem_results+ dim_subsection_problem_results+ fact_problem_engagement+ dim_problem_coursewide_avg+ dim_subsection_performance+'
79+
80+
7181
Upgrading v1.x to v2.x
7282
----------------------
7383

0 commit comments

Comments
 (0)