Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual upgrades update #9

Merged
merged 4 commits into from
Apr 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/manual_upgrades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,31 @@ Please add new instructions to the top, include a date, and make a post in the `
(If you just need to update your devstack to the latest version of everything, see :doc:`updating_devstack`.)


2024-04-29 - Moved Open edX repositories
rijuma marked this conversation as resolved.
Show resolved Hide resolved
****************************************

Several repositories were being deprecated by Open edX (`issue #227 <https://github.com/openedx/public-engineering/issues/227>`_).
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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how you want to represent the devstack working dir in the following, but do you want some version of the following before each? Not sure if you even need the headers, or if you just want one large code block. Your decision.

cd edx-analytics-dashboard

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated instructions, maybe it's clearer now. What do you think?



- **edx-analytics-data-api**::

git remote set-url origin [email protected]:edx/edx-analytics-data-api.git

- **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