This GitHub Action will clone a PostgreSQL database from source to destination.
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'
The scripts and documentation in this project are released under the MIT License