Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Data Transfer
  • Available transfers
  • Getting started
    • Resource relationships
    • Transfer types and lifecycles
    • What objects can be transferred
    • Regular incremental copy
    • Parallel copy
    • Data transformation
    • Serialization
    • Yandex Data Transfer specifics for sources and targets
    • Delivery guarantees
    • Operations on transfers
    • Networking in Yandex Data Transfer
    • Speed for copying data in Yandex Data Transfer
    • Change data capture
    • What tasks the service is used for
    • Quotas and limits
  • Troubleshooting
  • Access management
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials

In this article:

  • Transfer types
  • Copy
  • Replication
  • Copy and replication
  • Statuses
  1. Concepts
  2. Transfer types and lifecycles

Transfer types and lifecycles

Written by
Yandex Cloud
Updated at March 28, 2025
  • Transfer types
    • Copy
    • Replication
    • Copy and replication
  • Statuses

A transfer lifecycle includes various statuses following one another in the order determined by the transfer type.

Transfer typesTransfer types

The following types of transfers are available:

  • Snapshot: Transfers a snapshot of the source to the target. Apart from a one-time snapshot transfer, there are copy types, such as Regular and Regular incremental.
  • Replication: Continuously receives changes from the source and applies them to the target. Initial data synchronization is not performed.
  • Snapshot and increment: Transfers the current state of the source to the target and keeps it up-to-date.

The transfer type you select depends on data changes on the source endpoint, requirements for the frequency of data delivery, and the relevance of data.

CopyCopy

The Snapshot transfer is designed for transferring the state of the source database to the target without keeping it up-to-date. Changes occurring on the source after the transfer is completed will not be transferred. This type of transfer can prove useful when there is no writing load on the source or no need to keep the target database up-to-date, e.g., when deploying test environments.

When the transfer is ready, its status automatically switches to Copying. It is maintained until all data in the source is transferred to the target. Then the transfer is automatically deactivated and switches its status to Completed.

The transition between statuses for the Snapshot transfer type is shown below:

Yandex Data Transfer supports three types of data copy:

  • Single: Copies all data from the source to the target when activating a transfer. Data is copied in descending order of table size (the largest tables are copied first). This type of copy may take a long time if the amount of data to transfer is large. In addition, one-time copying does not factor in data changes. You can recopy the data only after the previous operation is completed.
  • Regular: Copies all data from the source to the target at certain time intervals. This copy method allows you to set up regular data delivery. It is recommended for small frequently modified tables.
  • Regular incremental: Copies to the target at certain time intervals only the data that has been modified in the source since the previous copy. This approach allows you to arrange data delivery to the target with the minimum possible latency and load on the data source. However, it does not allow you to factor in data delete operations in the source. For more information, see Regular incremental copy.

ReplicationReplication

The Replication transfer is designed for transferring changes from the source to the target without completely copying all data; when the transfer is activated, only the data schema will be transferred.

When the transfer is ready, its status automatically switches to Replicating, which is maintained indefinitely. Changes occurring in the source are automatically transmitted to the target.

The transition between statuses for the Replication transfer type is shown below:

Copy and replicationCopy and replication

The Snapshot and increment transfer combines the features of the Snapshot and Replication transfers, i.e., the source data is completely transferred to the target and is kept up-to-date. Typically, such transfers are used in migration scenarios.

Once a transfer is set and activated, it will automatically update its status to Copying. It is maintained until all data in the source is transferred to the target.

Then the status of the transfer switches to Replicating: all changes occurring on the source are automatically transferred to the target.

The transition between statuses for the Snapshot and increment transfer type is shown below:

StatusesStatuses

The current transfer status determines available actions with transfers. For more information, see Managing transfer process.

  • Created (CREATED): Assigned to a transfer immediately after its creation.

  • Creating (CREATING): Assigned to a transfer after its activation.

    At this time, the service checks the connection to the source and target and creates the resources necessary for the transfer. Depending on the transfer type and endpoint settings, additional actions may be available, e.g., creating replication slots, copying a data schema, and so on.

  • Stopping (STOPPING): Assigned to a transfer during its deactivation.

    At this time, the service performs the actions necessary to properly disconnect from the source and target. Depending on the transfer type and endpoint settings, additional actions may be performed, e.g., closing replication slots, transferring triggers, stored procedures, and functions, creating indexes in the target database, etc.

  • Stopped (STOPPED) : Assigned to a transfer after its deactivation is complete.

    Only successful transfer deactivation guarantees the operability of the target and the source.

  • Copying (SNAPSHOTTING): Assigned to Snapshot and Snapshot and increment transfers while copying data from the source.

  • Replicating (RUNNING): Assigned to Replication and Snapshot and increment transfers.

    • Replication: After a successful activation.
    • Snapshot and increment: After successfully copying data from the source.
  • Completed (DONE): Assigned to transfers that have successfully moved the data.

  • Error (ERROR): Assigned to a transfer if it fails due to operational issues.

    A transfer's status may switch to Error during activation, data replication, or copying. Depending on the status that preceded the error, the transfer can be reactivated. Errors may occur both on the source and the target.

    Learn more about possible error causes and how to resolve them in Troubleshooting in Data Transfer.

You will be billed for transfers under the paid usage model when these enter the Replicating (RUNNING), Copying (SNAPSHOTTING), or Stopping (STOPPING) status.

Was the article helpful?

Previous
Resource relationships
Next
What objects can be transferred
© 2025 Direct Cursus Technology L.L.C.