I'm playing around with Hasura v2 engine (self hosted) and it's ability to connect multiple DB. What I was hoping is to be able to connect v2 and maintain v1 connection to the same DB by using separate metadata DB for v2.
But after trying a bit I was not able to this as apparently Hasura v2 is still using hdb_catalog
on the connected DB along with hdb_catalog
on metadata DB.
I see that there is minimal use for connected DB hdb_catalog
v2 vs v1.
Does anyone know if this even archivable to run v1 and v2 Hasura engines connected to the same DB with v2 storing metadata on separate DB, and what is the use of hdb_catalog
on non metadata connected DBs for v2?
Thanks!
Couple of things that I should to mention:
So overall, while it is technically "possible" to connect v1 and v2 to the same db, there are a lot of shortcomings which make this not viable solution outside of pure curiosity exploration.
Does not mean it will not change in the future though.
Hope this is helpful.