Skip to content

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

Merged

Conversation

stephmarie17
Copy link
Collaborator

@stephmarie17 stephmarie17 commented Apr 14, 2025

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

  • Is this free of any warnings or errors in the RST?
  • Did you run a spell-check?
  • Did you run a grammar-check?
  • Are all the links working?
  • Are the facets and meta keywords accurate?
  • Are the page titles greater than 20 characters long and SEO relevant?

Copy link

netlify bot commented Apr 14, 2025

Deploy Preview for docs-golang ready!

Name Link
🔨 Latest commit 95eedb1
🔍 Latest deploy log https://app.netlify.com/sites/docs-golang/deploys/67fd39b15a038e0008062639
😎 Deploy Preview https://deploy-preview-490--docs-golang.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

The backport to v1.17 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is v1.17 and the compare/head branch is backport-490-to-v1.17.

Copy link

The backport to v1.16 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is v1.16 and the compare/head branch is backport-490-to-v1.16.

Copy link

The backport to v1.15 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is v1.15 and the compare/head branch is backport-490-to-v1.15.

Copy link

The backport to v1.14 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is v1.14 and the compare/head branch is backport-490-to-v1.14.

Copy link

The backport to v1.13 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is v1.13 and the compare/head branch is backport-490-to-v1.13.

Copy link

The backport to v1.12 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is v1.12 and the compare/head branch is backport-490-to-v1.12.

github-actions bot pushed a commit that referenced this pull request Apr 15, 2025
github-actions bot pushed a commit that referenced this pull request Apr 15, 2025
github-actions bot pushed a commit that referenced this pull request Apr 15, 2025
stephmarie17 added a commit that referenced this pull request Apr 15, 2025
stephmarie17 added a commit that referenced this pull request Apr 15, 2025
stephmarie17 added a commit that referenced this pull request Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants