Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
Backup of Node Identities
Once your SV node is up and onboarded, please make sure to backup the node identities of your SV node. Note that this information is highly sensitive, and contains the private keys of your participant, sequencer and mediator, so make sure to store it in a secure location, such as a Secret Manager. On the other hand, it is crucial for maintaining your identity (and thus, e.g. access to your Canton Coin holdings), so must be backed up outside of the cluster. Your identites may be fetched from your node through the following endpoint:\<token\> is an OAuth2 Bearer Token obtained from your OAuth provider. For context, see the Authentication section here.
Backup of Postgres Instances
Taking backups
While most backups can be taken independently, there is one strict ordering requirement between them: The backup of the apps postgres instance must be taken at a point in time strictly earlier than that of the participant. Please make sure the apps instance backup is completed before starting the participant one. If you are running your own Postgres instances in the cluster, backups can be taken either using tools likepgdump, or through snapshots of the underlying Persistent Volume. Similarly, if you are using Cloud-hosted Postgres, you can either use tools like pgdump or backup tools provided by the Cloud provider.
Please make sure your Postgres instances are backed up at least every 4 hours.
Historical backups
We need historical backups in order to preserve a gap-less history from genesis, which can be uses during audits and more generally prove the correctness of the current synchronizer state to outside observers. For the sequencer and participant, when pruning is enabled, historical backups must be kept for each pruning window. This means that backups must be preserved with a time difference between two historical backups smaller than theretentionPeriod set for the sequencer and participant.
For SVs, by default, the mediator and the splice apps have no pruning enabled.
Furthermore, backups must be retained across logical synchronizer upgrades. This includes all the historical sequencer backups and the backups of the other apps.