Persistent Sandbox State?
App Development4 posts466 views1 likesLast activity Nov 2022
AN
anthonyOP
Mar 2020Is there a way to persist the sandbox’s state so that it doesn’t get lost if I stop and restart the sandbox?
NE
nemanja
Mar 2020AR
arya
Nov 2022@nemanja is this still possible today?
NE
nemanja
Nov 2022Hi @arya ![]()
Yes, it’s still possible. On the referenced page there’s this section:
Behind the scenes, Sandbox spins up a Canton ledger with an in-memory participant
sandboxand an in-memory domainlocal. You can pass additional Canton configuration files via-c. This option can be specified multiple times and the resulting configuration files will be merged
Then just take a look at setting up persistence with Postgres
