Remove log files that are no longer needed. Automatic log file removal is likely to make catastrophic recovery impossible.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public void RemoveUnusedLogFiles()
Visual Basic (Declaration)
Public Sub RemoveUnusedLogFiles
Visual C++
public:
void RemoveUnusedLogFiles()

Remarks

When Replication Manager is in use, log archiving will be performed in a replication group-aware manner such that the log file status of other sites in the group will be considered to determine if a log file could be in use.

See Also