Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Adding sequencer in established domainForum ↗

Adding sequencer in established domain

App Development2 posts229 views2 likesLast activity May 2023
FR
FrankieOP
Mar 2023

Hi there,

Just notice that on this page here
https://docs.daml.com/canton/usermanual/manage_domain_entities.html#adding-new-sequencers-to-distributed-domain

It reads

For non-database-based sequencers such as Ethereum or Fabric sequencers, you can either initialize them as part of the regular distributed domain bootstrapping process or dynamically add a new sequencer at a later point as follows:

What about database based sequencers such as postgreSQL? Does it support dynamic sequencer adding?

RA
Ratko_Veprek
May 2023

Hi @Frankie

Database based sequencers share the same database and run in as active / active. You can just start additional replicas, without the need “onboard” them to the domain. Multiple database sequencers are logically still the same sequencer.

Please have a look at the docs here: High Availability Usage — Daml SDK 2.6.3 documentation

I hope that helps!

← Back to Discussions