DOCSP-48755 Add connect to replica set in Docker note#490
DOCSP-48755 Add connect to replica set in Docker note#490stephmarie17 merged 1 commit intomongodb:masterfrom
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.17Then, 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.16Then, 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.15Then, 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.14Then, 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.13Then, 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.12Then, create a pull request where the |
(cherry picked from commit 7ad3564)
(cherry picked from commit 7ad3564)
(cherry picked from commit 7ad3564)
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