After migrating from MySQL
to Postgres
drush outputs at my Drupal project:
drush cc all
No Drupal site found, only 'drush' cache was cleared.
The Drupal project works without issues. Connecting to pg db from cli works also.
Command drush sql-connect
outputs:
C:\Users\xxx\AppData\Local\Temp\dru4F48.tmp psql -q --dbname=xxx --host=127.0.0.1 --port=5432 --username=postgres --no-align --field-separator=' ' --pset tuples_only=on
System: Win 7 / php5.4.43 / drush 7.3 / postgres 9.3
When I run drush sql-cli
, this message is displayed:
command
PGPASSFILE
is not available
Any ideas?