-
Notifications
You must be signed in to change notification settings - Fork 314
fix: update command for resetting syncthing database #4818
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
Conversation
Modified the command used to reset the syncthing database to include the "debug" flag and adjust the argument order for improved functionality. This change enhances the command's clarity and ensures proper execution during the reset process. Signed-off-by: Javier Lopez <[email protected]>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #4818 +/- ##
=======================================
Coverage 48.41% 48.41%
=======================================
Files 369 369
Lines 30581 30581
=======================================
Hits 14806 14806
Misses 14591 14591
Partials 1184 1184 🚀 New features to boost your workflow:
|
Modified the command used to reset the syncthing database to include the "debug" flag and adjust the argument order for improved functionality. This change enhances the command's clarity and ensures proper execution during the reset process. Signed-off-by: Javier Lopez <[email protected]> (cherry picked from commit 09de91d)
|
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-release-3.12 release-3.12
# Navigate to the new working tree
cd .worktrees/backport-release-3.12
# Create a new branch
git switch --create backport-4818-to-release-3.12
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 09de91d3bded066bb6195a8e3b965c584854f1c2
# Push it to GitHub
git push --set-upstream origin backport-4818-to-release-3.12
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-3.12Then, create a pull request where the |
Modified the command used to reset the syncthing database to include the "debug" flag and adjust the argument order for improved functionality. This change enhances the command's clarity and ensures proper execution during the reset process. Signed-off-by: Javier Lopez <[email protected]> (cherry picked from commit 09de91d) Signed-off-by: Javier Lopez <[email protected]>
Modified the command used to reset the syncthing database to include the "debug" flag and adjust the argument order for improved functionality. This change enhances the command's clarity and ensures proper execution during the reset process. (cherry picked from commit 09de91d) Signed-off-by: Javier Lopez <[email protected]> Co-authored-by: Javier López Barba <[email protected]>
Modified the command used to reset the syncthing database to include the "debug" flag and adjust the argument order for improved functionality. This change enhances the command's clarity and ensures proper execution during the reset process. (cherry picked from commit 09de91d) Signed-off-by: Javier Lopez <[email protected]>
Modified the command used to reset the syncthing database to include the "debug" flag and adjust the argument order for improved functionality. This change enhances the command's clarity and ensures proper execution during the reset process.
Fixes #PROD-424
Signed-off-by: Javier Lopez [email protected]
How to validate
CLI Quality Reminders 🔧
For both authors and reviewers: