Skip to content

DGarbs51/migration-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Migration Snippets

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.

Available Workflows

Databases

Type Description
PostgreSQL Migrate data between PostgreSQL databases using pg_dump and pg_restore
MySQL Migrate data between MySQL databases using mysqldump and mysql

Getting Started

  1. Copy the workflow file into your repository's .github/workflows/ directory
  2. Configure the required GitHub Secrets as described in the workflow's README
  3. Run manually or let it execute on schedule

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors