Skip to content

This GitHub Action will clone a PostgreSQL database from source to destination.

License

Notifications You must be signed in to change notification settings

MonoidDev/clone-postgresql-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone PostgreSQL Action

This GitHub Action will clone a PostgreSQL database from source to destination.

Usage

See action.yml

Basic:

steps:
- uses: MonoidDev/[email protected]
  with:
    from-host: 'host'
    from-port: 'port'
    from-username: 'username'
    from-password: 'password'
    from-database: 'db-name'
    to-host: 'host'
    to-port: 'port'
    to-username: 'username'
    to-password: 'password'
    to-database: 'db-name' 

License

The scripts and documentation in this project are released under the MIT License