---
title: Set the changelog startpoint for the sync source (optional)
description: If the sync source is an instance of the PingDirectory server, then you should tell the PingDataSync server to record the record that is currently at the end of its changelog so that real-time synchronization can begin from there after it's started.
component: pingdirectory
version: 11.0
page_id: pingdirectory:pingdatasync_server_administration_guide:pd_sync_set_changelog_startpoint
canonical_url: https://docs.pingidentity.com/pingdirectory/11.0/pingdatasync_server_administration_guide/pd_sync_set_changelog_startpoint.html
revdate: September 13, 2023
---

# Set the changelog startpoint for the sync source (optional)

If the sync source is an instance of the PingDirectory server, then you should tell the PingDataSync server to record the record that is currently at the end of its changelog so that real-time synchronization can begin from there after it's started.

You can do this using the `realtime-sync set-startpoint` command. For example:

```
bin/realtime-sync set-startpoint \
     --hostname sync.example.com \
     --port 636 \
     --useSSL \
     --trustStorePath config/truststore \
     --bindDN "cn=Directory Manager" \
     --bindPasswordFile directory-manager-password.txt \
     --pipe-name "LDAP Source to SCIMv2 Destination" \
     --end-of-changelog \
     --no-prompt
```
