transfer VM's to a new server

Status
Not open for further replies.

mrjoli021

Member
Jul 20, 2017
128
2
18
46
I am moving a single domain server to a domain on a multi-tenant server. I have copied the vm's over from /var/lib/freeswitch/storage/voicemail/ to the correct domain on the new server. I see the files there via ssh, but the GUI is not seeing them. I have chmod 750 the files (which the permissions the other vm's in other domains have). Is there anything extra I need to do so the GUI can see the Greetings as well as the VM's?
 

yois

New Member
Jul 14, 2020
12
1
3
41
Unlike the Asterisk/FreePBX world, in FusionPBX the VM system relies on the database to know about voicemail messages. If you want to migrate to a different system, you'll need to make exports from the v_voicemails and v_voicemail_messages tables and make sure the UUID's of the boxes correspond to the correct extensions, and that the UUID foreign key of the messages are associated with the voicemail box.

Writing some SQL scripts to do this will be helpful.
 
Status
Not open for further replies.