Link to home
Start Free TrialLog in
Avatar of Patricia Restrepo
Patricia Restrepo

asked on

Move a Database to a different server

Hello Experts,

I want to move one database to a different server to balance the hw use, and I would like to confirm if this method dont gonna get me in troubles. What I think to do is:
1) Change the name to the database (Database_old)
2) Create the database in the new server (Database)
3) get-mailbox -Database "Database_old" | New-MoveRequest -TargetDatabase "Database”
4) Get-MoveRequest
5) confirm and then: Get-MoveRequest | Remove-MoveRequest

The database is around 30 GB, should I move each mailbox sepparately? The way listed it´s ok? or what is the better way?
SOLUTION
Avatar of Mike Eghtebas
Mike Eghtebas
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of M A
M A
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Patricia Restrepo
Patricia Restrepo

ASKER

Thanks!