Forum Discussion
HamedNourollah
Aug 20, 2025Copper Contributor
Assistance with Database Transaction log relocation
Dear Exchange Community, Recently, I have been tasked to relocate the Database log files and folders to another partition. to elaborate further, I have 2 mailbox servers with DAG configured and 4...
- Aug 20, 2025
Use Move-DatabasePath in Exchange Management Shell to move the log files. Do it during maintenance, confirm recent backups, check DAG replication health, and ensure the new drive has proper space and permissions. Move one database at a time to reduce risk.
Markowski
Aug 20, 2025Iron Contributor
Use Move-DatabasePath in Exchange Management Shell to relocate database logs safely. Do it during maintenance, ensure recent backups, verify replication health in DAG, and move one database at a time. Always confirm the new path has enough space and proper permissions before proceeding.
- HamedNourollahAug 21, 2025Copper Contributor
Thanks for the reply, will do.