Skip to content

Conversation

flobernd
Copy link
Member

@flobernd flobernd commented Jun 2, 2025

As titled.

Closes #8554

@flobernd flobernd added 8.x Relates to a 8.x client version backport-8.19 labels Jun 2, 2025
@flobernd flobernd merged commit 5cf42a9 into 8.19 Jun 2, 2025
21 of 22 checks passed
@flobernd flobernd deleted the regenerate-020625-819 branch June 2, 2025 11:05
Copy link
Contributor

github-actions bot commented Jun 2, 2025

The backport to 8.19 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-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-8560-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 5cf42a91dfba0e04659b4c2838976480bc047b8c
# Push it to GitHub
git push --set-upstream origin backport-8560-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19

Then, create a pull request where the base branch is 8.19 and the compare/head branch is backport-8560-to-8.19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.x Relates to a 8.x client version backport-8.19
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant