XF 2.1 PostgreSql adapter

Not really.

XenForo will likely always be exclusively MySQL based. That is, it has to be without some incredibly significant changes that we just don’t want to do.

You’ll notice though this is a new type of database adapter. XF won’t actually attempt to run using it. It’s entirely for accessing other databases which may be running other software.

In this particular case it’s because we’re in the process of writing a Discourse importer so we need this adapter during the import process.
 
I work for a company that develops it's solutions around PostgreSQL, so we eventually landed on Discourse. Migrated from phpBB ->Drupal -> Discourse over the years. I dislike Discourse... An importer would be fantastic.
 
Kirby is correct.

XF will always be MySQL based. There are no plans to support Postgresql or others as the primary database for XF.

The purpose of the Postgesql adapter that we do have is to connect to foreign applications like Discourse for import purposes.

The aforementioned Discourse importer was completed and released as part of XenForo Importers 1.5.
 
Top Bottom