Updating the idGenerator database

Updating the idGenerator database

We sometimes have to update the idGenerator database (because of a change in the environment, or to update the version of the server). The upgrade process consists in deploying a new instance of the database and migrating the IDs from the old instance to the new instance.

Deploying a new instance of the idGenerator database

Update on Develop stack

Typically, the swap itself is done with the stack in RO mode after final migration, for the dev stack you can put the stack in RO mode when needed.

Update on Production stack

Typically, the swap itself is done with the stack in RO mode after final migration (both the source and destination stacks should be in RO mode).