how do you get the backup of your
how do you get the backup of your postgre database right from your console without using CLI
2 Replies
rare-sapphire•15mo ago
Hey! When you say without using a CLI, do you mean without using something like pg_dump?
fascinating-indigo•15mo ago
right from your console without using CLIYou could setup a GitHub Action with the following code: https://github.com/neondatabase/pg-import/blob/main/.github/workflows/demo.yml. Here, you'd want to add
SOURCE_PG
and DESTINATION_PG
in GitHub repository Secrets.