Laravel Mysql To Postgres

Migrate a Laravel application's database from MySQL/MariaDB to PostgreSQL safely. Use when moving a Laravel app to Postgres, when Eloquent/queries behave differently after switching drivers, or when planning a MySQL->Postgres cutover. Covers the migration strategy (pgloader vs query-builder), the Laravel-specific behavior differences that silently break (case sensitivity, booleans, the id-sequence trap, raw SQL, GROUP BY strictness), and a verification checklist.

majdghithan Updated

File contents

majdghithan/agent-skills/tree/main/skills/laravel-mysql-to-postgres commit d498f31cf7

Frequently asked questions

npx skillmds@latest add majdghithan/laravel-mysql-to-postgres