N
Neon15mo ago
xenial-black

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
rare-sapphire15mo ago
Hey! When you say without using a CLI, do you mean without using something like pg_dump?
fascinating-indigo
fascinating-indigo15mo ago
right from your console without using CLI
You 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.

Did you find this page helpful?