Moving tenant based Data to different DB Instance

We are using three tenants in our application all tenants using shared DB. Now we want to use dedicated DB instances for each tenants. is there way in flowable to migrate existing tenant specific data to new DB instances ?

Note: We are trying to change Shared DB to dedicated data for tenant specific(both scenario using mssql).

Hey @balajisundarajan8,

Currently there is no mechanism for moving data between different DB instances provided by Flowable.

You could create a dump of the entire data, move it to the other DB instance and remove the other tenant data.

Cheers,
Filip