platformsh / platformify

Get your project ready to be deployed in Platform.sh
MIT License
3 stars 9 forks source link

pdo_pgsql is required when upsunifying a PHP project requiring PostgreSQL #232

Open thomasdiluccio opened 2 months ago

thomasdiluccio commented 2 months ago

Add this to the generated .upsun/config.yaml:

runtime:
      extensions:
        - pdo_pgsql

How to reproduce: