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 d5fc4f8
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions docs/manual_upgrades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 [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




git pull

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

0 comments on commit d5fc4f8

Please sign in to comment.