Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 630 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 630 Bytes

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