Database upgrade option

You could feed your other PostgreSQL database with data from the ODATA API.
We have this type of architecture in my organization with a main PostgreSQL database that consolidates data from different tools.
We use a set of functions we developed last year to automatically populate this database with data from ODK Central.

ETL tools like kettle can also help you to do that :

1 Like