-
Notifications
You must be signed in to change notification settings - Fork 33
DOCSP-48755 Add connect to replica set in Docker note #490
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
DOCSP-48755 Add connect to replica set in Docker note #490
Conversation
✅ Deploy Preview for docs-golang ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v1.17 v1.17
# Navigate to the new working tree
cd .worktrees/backport-v1.17
# Create a new branch
git switch --create backport-490-to-v1.17
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7ad3564a0e09fe36cbe02119e101fc8efe327d73
# Push it to GitHub
git push --set-upstream origin backport-490-to-v1.17
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v1.17 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v1.16 v1.16
# Navigate to the new working tree
cd .worktrees/backport-v1.16
# Create a new branch
git switch --create backport-490-to-v1.16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7ad3564a0e09fe36cbe02119e101fc8efe327d73
# Push it to GitHub
git push --set-upstream origin backport-490-to-v1.16
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v1.16 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v1.15 v1.15
# Navigate to the new working tree
cd .worktrees/backport-v1.15
# Create a new branch
git switch --create backport-490-to-v1.15
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7ad3564a0e09fe36cbe02119e101fc8efe327d73
# Push it to GitHub
git push --set-upstream origin backport-490-to-v1.15
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v1.15 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v1.14 v1.14
# Navigate to the new working tree
cd .worktrees/backport-v1.14
# Create a new branch
git switch --create backport-490-to-v1.14
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7ad3564a0e09fe36cbe02119e101fc8efe327d73
# Push it to GitHub
git push --set-upstream origin backport-490-to-v1.14
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v1.14 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v1.13 v1.13
# Navigate to the new working tree
cd .worktrees/backport-v1.13
# Create a new branch
git switch --create backport-490-to-v1.13
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7ad3564a0e09fe36cbe02119e101fc8efe327d73
# Push it to GitHub
git push --set-upstream origin backport-490-to-v1.13
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v1.13 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v1.12 v1.12
# Navigate to the new working tree
cd .worktrees/backport-v1.12
# Create a new branch
git switch --create backport-490-to-v1.12
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7ad3564a0e09fe36cbe02119e101fc8efe327d73
# Push it to GitHub
git push --set-upstream origin backport-490-to-v1.12
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v1.12 Then, create a pull request where the |
(cherry picked from commit 7ad3564)
(cherry picked from commit 7ad3564)
(cherry picked from commit 7ad3564)
(cherry picked from commit 7ad3564) Co-authored-by: Stephanie <[email protected]>
(cherry picked from commit 7ad3564) Co-authored-by: Stephanie <[email protected]>
(cherry picked from commit 7ad3564) Co-authored-by: Stephanie <[email protected]>
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-48755
Staging - https://deploy-preview-490--docs-golang.netlify.app/fundamentals/connections/connection-guide/#direct-connection
Self-Review Checklist