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
optimistic-gold•17mo ago
Hey! When you say without using a CLI, do you mean without using something like pg_dump?
foreign-sapphire•17mo 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.