Can Dev Server and Repo run on Separate Databases (One on MSSQL & One on PostgreSQL)?
Comments
-
While its technically possible that the repo DB can be PostgreSQL and the prod MSSQL, this would be nonstandard and not something we would recommend.
Our best practice would be to have all of the databases for all of the servers be of the same type.
