Hello,
I have a client who has over 100 GB of log files. Turns out circular logging wasn't enabled. Wanted to know if there are any repercussions to deleting older log files now that circular logging is enabled.
Thanks In Advance,
Technology Tips and News
Hello,
I have a client who has over 100 GB of log files. Turns out circular logging wasn't enabled. Wanted to know if there are any repercussions to deleting older log files now that circular logging is enabled.
Thanks In Advance,
Well a few things
1. Why are you leaving Circular logging on? Doing so will limit your recoverability
2. If you are backing up the database regularly the logs will get truncated with each successful backup so that would be the first thing I would look at in terms of maintaining recoverabilty and keeping your logs under control
3. Circular logging still generates logs so you wouldn't want to wholesale delete all logs, however if the logs are exceptionally old & you don't want to keep the logs that are clearly NOT part of the circular logging log set then yes you can delete them
4. If you want to be super safe about log deletion then I would
A: Dismount the databases
B: IF the logs are in a separate path from the databases then rename that log path to OLD_Pathname and make a new folder identical to the original log path folder name. Then start the databases and you should only see a few logs. Once everything is running correctly delete the OLD_pathname folder
C: if the EDB and logs are within the same folder then since all logs are committed to DB's when properly dismounted you could just delete all the .LOG files and then remount
GreenTech,
it's Exchange Backup what's clearing the log files, circular logging is not always a good answer to your problem.
First make sure your exchange is backed up properly.
---
Jan
Hi,
To understand circular Logging better, I recommend this blog.
Restrictions of circular logging in Backup and restore concepts for Exchange 2013
Best Regards.