If you try to move DB on Exchange 2007 CCR you will find that the option is grayed out. And you can’t use Exchange Management Console.
You can move your DB’s via powershel, see examples bellow.
Suspend-StorageGroupCopy -Identity mailserverSG01-SG
Dismount-Database -Identity mailserverSG01-SGDB01
Move-DatabasePath -Identity mailserverSG01-SGDB01 -EdbFilePath "E:DBDB01.edb" -ConfigurationOnly
Mount-Database -Identity mailserverSG01-SGDB01
Resume-StorageGroupCopy -Identity mailserverSG01-SG



