Monitoring Progress

Once a clone is started, you can monitor its progress in real time from the dashboard.

Monitoring Page

After clicking Start Clone, you are redirected to the job monitoring page. You can also access it via Dashboard > Clones > [your clone].

What You See

Progress Bar

A bar indicates overall progress, based on the number of completed components relative to the total.

Component List

Each component displays:

  • Name — e.g., "Tables", "Data", "Functions"
  • Status:
    • Pending — not yet started
    • In progress — currently being cloned
    • Completed — copied successfully
    • Failed — an error occurred
    • Skipped — you chose not to include this component
  • Duration — time spent on this component
  • Details — number of items processed (e.g., "12/15 tables")

Job Information

  • Source and target project
  • Start date
  • Elapsed time
  • Overall status

Real-Time Updates

Updates arrive automatically — no need to refresh the page. If you close the tab and reopen it, the page immediately displays the current state.

If you open the same page in multiple tabs or browsers, they all show the same progress.

Canceling a Clone

You can cancel a clone in progress by clicking the Cancel button on the monitoring page.

What happens:

  • The job status changes to "Canceled"
  • If a component is currently being processed, it finishes the current operation and then stops
  • Components that were already completed remain in place on the target project (no rollback)

Note: Cancellation is best-effort. There is no automatic rollback of what has already been cloned.

What to Do If a Component Fails?

If a component fails, the clone continues with the remaining components. An isolated failure does not stop the entire process.

The final report will detail:

  • Successful components
  • Failed components with the error message
  • Skipped components

You can re-run a clone after fixing the issue (for example, adding a missing extension on the target project).

Next Steps