Hello!

The postgresdb is ready, but how do I chose it?

 rcpostgresql status
● postgresql.service - PostgreSQL database server running

 php core/scripts/drupal quick-start

 [ERROR] You must have the pdo_sqlite PHP extension installed. See core/INSTALL.sqlite.txt for instructions.

???

Comments

jaypan’s picture

You will need to (re?)build PHP with the pdo_sqlite extension, and any other required extensions.

https://www.drupal.org/docs/getting-started/system-requirements/php-requ...

Contact me to contract me for D7 -> D10/11 migrations.

lariska’s picture

Although I haven’t tried installing Drupal with postgresql for a long time. First of all, you need to check that PHP extensions for postgresql are installed.

Run php -i search pgsql  there.