I've got a two-node DAG and need to move the log folder path for a single database (on both nodes). How do these steps look?
- Disable circular logging
- Dismount/remount the active database
- Run the command: Move-DatabasePath -Identity "database1" -LogFolderPath "P:\database1"
- Enable circular logging
- Dismount/remount the active database
Thanks.