From d5fc4f8829e2ca9d26414778ebcec7362ee00c86 Mon Sep 17 00:00:00 2001 From: Marcos Date: Mon, 29 Apr 2024 17:49:25 -0300 Subject: [PATCH] chore: Updated step-by-step instructions on Manual Updates doc --- docs/manual_upgrades.rst | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/docs/manual_upgrades.rst b/docs/manual_upgrades.rst index ddadca4239..d12fb0c6bc 100644 --- a/docs/manual_upgrades.rst +++ b/docs/manual_upgrades.rst @@ -16,22 +16,26 @@ We are forking some of those repositories to keep maintaining them. If you use any of the following repositories, please make sure to update the remote URLs: -- **edx-analytics-dashboard**:: - - git remote set-url origin git@github.com:edx/edx-analytics-dashboard.git +To update devstack and the local repositories:: + cd /path/to/devstack + git pull -- **edx-analytics-data-api**:: + cd .. + cd edx-analytics-dashboard + git remote set-url origin git@github.com:edx/edx-analytics-dashboard.git + git pull + cd .. + cd edx-analytics-data-api git remote set-url origin git@github.com:edx/edx-analytics-data-api.git + git pull -- **edx-analytics-data-api-client**:: +If you happen to use `edx-analytics-data-api-client`:: + cd /path/to/edx-analytics-data-api-client git remote set-url origin git@github.com:edx/edx-analytics-data-api-client.git - - - - + git pull 2024-02-25 - Mongo upgrade from version 4.4 to 5.0 **************************************************