CakePHP 4 - Migrate from MySQL to Postgres Database using PGLoader

preview_player
Показать описание
Walk through of migrating from MySQL to Postgres DB include migrating with PGLoader and modifying CakePHP 4 custom ORM queries to work with Postgres

Рекомендации по теме
Комментарии
Автор

Love it! I also had to migrate a MariaDB 10.5 instance to the latest PostgreSQL a few months ago and I can only say that its a journey!
Especially the authentication with pgloader was a nightmare to get working.

Did you encounter problems with datetime values being shifted around a few hours?

You also seem to not have custom triggers in MySQL because they also dont get automatically migrated over.

KevinPfeifer
Автор

Hello James, i have mysql on single server, can you confirm pgloader works with mysql single server, if yes can you help me resolving mysql 9999 error ..

AbhijeetKumar-iuzm