It should work
dd if=/dev/old of=/dev/new bs=64K conv=noerror,sync
resize2fs /dev/sdb 100G
-> resized my partition on hetzner from 50G to 100G ez
lsblk
-> to list all the drives
sudo fdisk /dev/sda
-> to start the tool
How to resize it:
https://www.linuxtechi.com/extend-lvm-partitions/