Skip to content

Clone PostgreSQL

Actions
Clone a PostgreSQL database
v0.0.2
Latest
Star (5)

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

Clone PostgreSQL is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Clone a PostgreSQL database
v0.0.2
Latest

Clone PostgreSQL is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.