N
Neon17mo ago
equal-aqua

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