upgrading from 12.4 to 13.2 failed during fetching files

I have a system on 12.4-RELEASE-p2 (userland) with kernel 12.4-RELEASE-p1 GENERIC amd64. When upgrading with freebsd-update upgrade -r 13.2-RELEASE, it failed during Fetching 53010 files... [numbers omitted]. I modified the freebsd-update script a bit and I found that it is trying to get the file http://update1.freebsd.org/007c3e2b918017dcadccd6aa041c770018ce48a7f9e7f4065ea343f51b4ccfdb.gz which got a 404.

It managed to download all other files though.

What could be the issue? and how do I fix this?
 
I found the hash in INDEX-NEW

Code:
/usr/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/blockfiles/zfs-pool-v2raidz2.dat.bz2|f|0|0|0644|0|007c3e2b918017dcadccd6aa041c770018ce48a7f9e7f4065ea343f51b4ccfdb|

I fetched the file from the src git server, and all is well.
I guess somehow this file is missing in my update server?
 
Back
Top