Automate Daily Postgres Table Backups to GitHub as CSV Files - n8n Workflow | Neura Market
Automate Daily Postgres Table Backups to GitHub as CSV Files
This workflow automates the daily backup of all public Postgres tables to a GitHub repository in CSV format, ensuring your data is consistently up-to-date and version-controlled.
The workflow is designed for developers, analysts, or data engineers who require automated, daily backups of their Postgres data. It connects to a Postgres database to retrieve all public tables, converts the data into CSV files, and uploads them to a specified GitHub repository. If a table already exists in the repository, the workflow updates the file; otherwise, it creates a new backup. This process helps maintain a historical record of database changes and facilitates easy data retrieval and
Platform
n8n
Category
Data & Analytics
Price
Free
Creator
Amira Said
if
code
github
postgres
itemLists
stickyNote
convertToFile
splitInBatches
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.