Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
If you use MongoDB Atlas, please refer to the specific guide here.
Enable oplog retention
Minimum oplog retention of 24 hours is required for replication. We recommend setting the oplog retention to 72 hours or longer to ensure that the oplog isn’t truncated before the initial snapshot is completed. You can check your current oplog retention by running the following command in the MongoDB shell (you must haveclusterMonitor role to run this command):
replSetResizeOplog command and oplog retention, see MongoDB documentation.
Configure a database user
Connect to your MongoDB instance as an admin user and execute the following command to create a user for MongoDB CDC ClickPipes:Make sure to replace
clickpipes_user and some_secure_password with your desired username and password.