Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

EltonRexha's avatar

EltonRexha wrote a reply+100 XP

4mos ago

Postgres with neon not working

fixed it by:

In your .env file, change from:

DB_HOST=ep-wandering-math-agv6001k-pooler.c-2.eu-central-1.aws.neon.tech

To (remove '-pooler'):

DB_HOST=ep-wandering-math-agv6001k.c-2.eu-central-1.aws.neon.tech

EltonRexha's avatar

EltonRexha started a new conversation+100 XP

4mos ago

Postgres with neon not working

i generated the default migrations and when i try to migrate:

I don't know whats the problem, i mean the default migrations should be correct?