What possible approaches can we take to perform the database migration with existing data retention?
Background:
We started off a journey with Flowable using Postgresql as the external database.
We are now considering switching Postgresql to MSSQL. Is there a way to export Flowable data into a flat file and reimport them to a different database?
I have got the same requirement. My flowable applications are running on Postgres DB. I need to migrate all existing data in my postgres flowable database to Oracle and also i need to update that oracle database on regular basis i.e. I need to keep both postgres db and oracle db in sync. Kindly suggest me if there is any way to acheive this.
There’s no automatic way to do this, no. The migration is one thing (which shouldn’t be too difficult), but keeping both in sync all the time will require solutions that are out of scope of Flowable.