Similar to this question about 'disabling full disk encryption', but hopefully different enough to not be labeled a duplicate;
We currently have a Ubuntu Server (16.04, I believe) running in our enterprise which was installed with FDE (full disk encryption, LVM/LUKS) on a single 300GB HDD. Unfortunately, this caused some problems like having to type in the password on reboot and cron-jobs wouldn't run if nobody was logged in because the home directory was encrypted as well.
The server owner has now installed 4 new 3TB disks which I put in a raid 10, effectively giving a volume of 6TB.
The next step is to migrate the Ubuntu server from the first 300GB to the 6TB raid, but as it is unacceptable for us to have to type the password every time the server boots and we will be moving it to a more secure location, we're looking to migrate it without the FDE. I've been searching around a bit, and found the above mentioned question. There's also this and that, but I don't think they concern FDE installations.
What would be the best, easiest, least time-consuming course of action for moving an encrypted installation to a new unencrypted hdd/partition?
Installing a new bootable Ubuntu Server on the new raid and then manually moving important files from one server to the other? Is there a list of all the directories and files that would need to be moved for such an operation? A script that does it automatically?
Using a live-usb, copying with DD or rsync from the 300GB to the 6TB raid and then configuring, like in this answer to the mentioned question?
Other options?