2 DBs having schemas that represent the same semantic objects. The first one is production DB (Non-RDBMS, in-house implemented in-memory DB with shitload of RAM). Other is Postgres.
Once in a while the production DB is changed (schema upgrade).
Question: what is the best practice to keep DBs of different types aligned semantically?
