MyBB Community Forums

Full Version: PostgreSQL Support in the last version of MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am installing MyBB, and I have PostgreSQL installed in my server

But when i am installing MyBB not show me PostgreSQL

What Can I do?

Best Regards
You need to make sure you have the PHP PostgreSQL driver installed.

apt install php7.x-pgsql, replacing x with your installed minor PHP version.