Skip to main content
Question

Data migration

  • November 6, 2025
  • 2 replies
  • 37 views

Forum|alt.badge.img+9
  • Sidekick (Customer)
  • 171 replies

Hello, it is possible to return data back to the system? I select migration data, but i made mistake and instead of changing something in data, it removes them. 

 

Thanks

2 replies

Forum|alt.badge.img+5
  • Sidekick (Customer)
  • 40 replies
  • November 6, 2025

If the data has been deleted from the table and the table hasn't been archived or backed up, then no.

Using a migration job to remove data is similar to performing a DELETE operation on the table and then committing the changes, or deleting the data directly from an Aurena screen


  • Sidekick (Customer)
  • 11 replies
  • November 6, 2025

Little chance, you can try "AS OF TIMESTAP", but later than 1-2 back from the event will not work.

In “source name”, add “as of timestamp…” (procedure base on MIGRATE_SOURCE_DATA)

Example

Instead of

SALES_PART_TAB A

type

SALES_PART_TAB  AS OF TIMESTAMP TO_TIMESTAMP('2025-11-05 09:30:00', 'YYYY-MM-DD HH:MI:SS') A