Cloning a ledger

Is there any method to take a dump/snapshot of a ledger and load it into sandbox/other ledger?
This would be quite useful for creating a temporary test environment or a support environment that mirrors production.

1 Like

There is currently no way to do that out of the box.

1 Like

You could consider using the SQL persistence feature on Sandbox. I’m not sure if it would cover your use-case, but it sounds like it …

See also:

1 Like

That works from Sandbox to Sandbox (within one SDK version), or from daml-on-sql to daml-on-sql (for obvious reasons), but it doesn’t help you move a daml-on-fabric ledger to Sandbox.

1 Like