HI Team,
I was converting my frappe 14 system into 15. At the end of the process while updating the patch im getting an issue.
~/frappe-bench$ bench update --patch
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
From GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript
- branch version-15 → FETCH_HEAD
WARN: shallow_clone is set in your bench config.
However without passing the --reset flag, your repositories will be unshallowed.
To avoid this, cancel this operation and runbench update --reset
.
Consider the consequences of git reset --hard
on your apps before you run that.
To avoid seeing this warning, set shallow_clone to false in your common_site_config.json
Backing up sites…
b’mariadb-dump: Error 2013: Lost connection to server during query when dumping table tabConsole Log
at row: 73\n’
Backup failed for Site ifindex.integrofinserv.com. Database or site_config.json may be corrupted
INFO: A newer version of bench is available: 5.22.3 → 5.23.0
Has anyone came over this issue?