Problems when creating Gitlab Migration (Backup and Restore)

Hi,

I’m currently migrating to a new server from AL1 to AL 2023 gitlab version 16.3.9.

I’ve done the proper steps in here

I am successful when backing up and restoring without artifact data.

sudo gitlab-backup create --trace SKIP=artifacts | tee backup-log.txt

but when i just do

sudo gitlab-backup create | tee backup-log.txt

it always crashes and hangs up in:

2024-11-20 04:25:11 UTC – Dumping repositories … done
2024-11-20 04:25:11 UTC – Dumping uploads …
2024-11-20 04:25:19 UTC – Dumping uploads … done
2024-11-20 04:25:19 UTC – Dumping builds …
2024-11-20 04:25:20 UTC – Dumping builds … done
2024-11-20 04:25:20 UTC – Dumping artifacts …

Note: I have 700gb worth of volume in my gitlab. (I have enough storage size as i’ve increased the EBS by doubling it.)

Any idea on how i can migrate the artifacts properly?