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.
There is currently no way to do that out of the box.
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:
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.