Skip to content

Commit

Permalink
chore: Updated step-by-step instructions on Manual Updates doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuma committed Apr 29, 2024
1 parent 3573b43 commit 1ca56b9
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions docs/manual_upgrades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +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 [email protected]: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 [email protected]:edx/edx-analytics-dashboard.git
git pull

cd ..
cd edx-analytics-data-api
git remote set-url origin [email protected]: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 [email protected]:edx/edx-analytics-data-api-client.git





2024-02-25 - Mongo upgrade from version 4.4 to 5.0
**************************************************

Expand Down

0 comments on commit 1ca56b9

Please sign in to comment.