> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mantrixflow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Schedule and automation

> Configure schedules for Incremental PostgreSQL destinations after manual validation.

Scheduling is configured from the **Scheduling** tab in the **Destination** panel.

## Requirement

The destination must use `INCREMENTAL` sync. Full Table destinations are manual-only in the current app.

## Recommended sequence

1. Build the pipeline in Full Table mode.
2. Run manually and validate the destination rows.
3. Switch the destination to Incremental.
4. Enter a replication key such as `updated_at`.
5. Save the destination.
6. Run manually again.
7. Add a schedule.

## Operational notes

* Keep the replication key stable and indexed when possible.
* Re-test connections after credential rotation.
* Review run history after enabling a schedule.
