This repository was archived by the owner on Aug 3, 2026. It is now read-only.
BB-4521 Create mongo indexes in forum and edx_platform deployment - #176
Merged
Agrendalath merged 3 commits intoOct 28, 2021
Merged
Conversation
alfredchavez
force-pushed
the
alfred/bb-4521-create-mongo-indexes-in-deployment
branch
from
October 15, 2021 12:47
4ac1b2d to
6325308
Compare
alfredchavez
force-pushed
the
alfred/bb-4521-create-mongo-indexes-in-deployment
branch
from
October 15, 2021 12:49
6325308 to
e42933a
Compare
Agrendalath
suggested changes
Oct 18, 2021
Agrendalath
left a comment
Member
There was a problem hiding this comment.
As the next step will be opening the upstream PR, please remember about updating CHANGELOG.md.
Agrendalath
approved these changes
Oct 28, 2021
Agrendalath
left a comment
Member
There was a problem hiding this comment.
👍
- I tested this: verified that indexes are created correctly during deployment
- I read through the code
- I checked for accessibility issues: n/a
- Includes documentation
- I made sure any change in configuration variables is reflected in the corresponding client's
configuration-securerepository: n/a
Agrendalath
deleted the
alfred/bb-4521-create-mongo-indexes-in-deployment
branch
October 28, 2021 12:33
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Create mongo indexes in deployment for forum and edx_platform
Jira ticket: https://tasks.opencraft.com/browse/BB-4521
Test Steps:
mongo --authenticationMechanism SCRAM-SHA-1 -u <username> -p <password> --host rs0/mongodb.opencraft.hosting,mongodb-secondary-1.net.opencraft.hosting,mongodb-secondary-2.net.opencraft.hosting <db-name>db.<collection-name>.getIndexes()Configuration Pull Request
Make sure that the following steps are done before merging
configuration-securerepo?