A collection of GitHub Actions workflows for automated data migrations and transfers. Copy these workflows into your repository to sync data between services on a schedule or on-demand.
| Type | Description |
|---|---|
| PostgreSQL | Migrate data between PostgreSQL databases using pg_dump and pg_restore |
| MySQL | Migrate data between MySQL databases using mysqldump and mysql |
- Copy the workflow file into your repository's
.github/workflows/directory - Configure the required GitHub Secrets as described in the workflow's README
- Run manually or let it execute on schedule