GitHub - MonoidDev/clone-postgresql-action: This GitHub Action will clone a PostgreSQL database from source to destination.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Use this GitHub action with your project

Add this Action to an existing workflow or create a new one

View on Marketplace

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/clone-postgresql-action@v0.0.2
  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