You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -833,7 +833,7 @@ Percona docStreamer also has an API that allows you to perform certain status an
833
833
834
834
### Logs
835
835
836
-
Percona docStreamer generates three separate logs, each of the logs location and name can be configured via [config.yaml](./config.yaml):
836
+
Percona docStreamer generates separate logs, each of the logs location and name can be configured via [config.yaml](./config.yaml):
837
837
838
838
1. Application Log (`logs/docStreamer.log`): Tracks the overall application status and any errors encountered.
839
839
2. Full Load Log (`logs/full_load.log`): Dedicated to the initial full synchronization process. This log, together with the status endpoint, helps you monitor the progress of the initial sync.
@@ -1291,4 +1291,9 @@ By default, docStreamer safely defers TTL index creation. The safest and recomme
1291
1291
1292
1292
When you run the `docStreamer finalize` command, docStreamer safely stops the CDC stream and **automatically builds your TTL indexes** (along with any other deferred indexes). Because the data stream is stopped, this ensures your target has an exact, 1:1 match of the source data before it begins autonomously managing document expiration.
1293
1293
1294
-
*(Alternatively, you can choose to manually create TTL indexes on the destination cluster after the migration is fully complete.)*
1294
+
*(Alternatively, you can choose to manually create TTL indexes on the destination cluster after the migration is fully complete.)*
1295
+
1296
+
1297
+
# Disclaimer
1298
+
1299
+
This code is not supported by Percona. It has been provided as a community contribution and is not covered under any Percona services agreement.
0 commit comments