cancel
Showing results for 
Search instead for 
Did you mean: 

Question around Server Migration Wizard

BruceCrankshaw1
Level 3

Hi All

I am busy migrating from EV 11 sp1 to EV 12 sp4 and I noticed one source server installpath is different to the installpath of the target server. Do I need to change this in SQL before I make the final  Server Wizard import changes and can I still use the SQL command below 

Use EnterpriseVaultDirectory
Update ComputerEntry
Set ComputerRootPath = 'target_server_installation path'
Where ComputerNameAlternate = 'target_server_name'

1 ACCEPTED SOLUTION

Accepted Solutions

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

Yes, that command should be the same regardless of version.

 

View solution in original post

2 REPLIES 2

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified

Yes, that command should be the same regardless of version.

 

Thanks Tony