refactor: update backup restore failure message by akhilnarang [frappe] PR#28224
From: https://github.com/frappe/frappe/pull/28224
Date: 2024-10-22 12:41:13+05:30
- refactor: update backup restore failure message
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-28224
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-28224
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease