PostgreSQL-For-Wordpress / postgresql-for-wordpress

A maintained fork of https://wordpress.org/plugins/postgresql-for-wordpress/
GNU General Public License v2.0
209 stars 68 forks source link

Some Issue with MySQL using pg4wp with driver 'mysql' #124

Open SamTyurenkov opened 3 weeks ago

SamTyurenkov commented 3 weeks ago

WP Version: 6.5.2 PG4WP Version: v3 latest

Error: I have an existing mariadb database, which works inside docker container (DB_HOST = 'db'). When I add db.php from pg4wp, it doesnt see the existing database and tries to install the site again for some reason. If you proceed with that, than it somehow sees that table already exists: image

But it still doesn't use it, and attempts to install again. Not sure about Postgres. I'll update this thread when test it. (Didnt have existing database yet).

Update: Postgres DB is not affected by that bug