Simple Fregata v1 project setup using Docker Compose with a migration from a MySQL to a PostgreSQL database.
Clone this repository:
git clone https://github.com/AymDev/Fregata-demo.gitOr install it from Composer:
composer create-project aymdev/fregata-demoUse the Makefile commands to build, start and open a Bash session into the app:
make start && make shellA demo_migration is provided with this project. It will create (or re-create) the source (MySQL) and target (PostgreSQL) databases, and generate fake data in the source.
Run the migration:
php vendor/bin/fregata migration:execute demo_migration