Closed
Description
I have followed the getting started manual for using postgres but when booting up i see the following error in the logs:
In Connection.php line 825:
could not find driver (Connection: pgsql, SQL: select exists (select 1 from
pg_class c, pg_namespace n where n.nspname = 'public' and c.relname = 'mig
rations' and c.relkind in ('r', 'p') and n.oid = c.relnamespace))