Frappe 14 to 15 migration

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 run bench 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?

@NCP

Hi,

If we may know how the steps that were taken to perform the migration it will help for diagnosis.

Was: bench switch-to-branch version-15 frappe erpnext --upgrade used?

HI Smino,

I did the same .
bench switch-to-branch version-15 frappe erpnext india_compliance hrms --upgrade
before this i upgraded the node version also

just run
bench update

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

If the bench update --reset and bench migrate commands fail with that message there may be database problems. Check to make sure there is adequate disk space and try restoring a backup, and try again.

let me check, thanks

let me check this, thanks