8 months ago
Hey team, I'm currently using the Hobby Plan. I want to know how I can make a backup of my n8n PostgreSQL database, and how I can restore my database using that backup when I need it? Thanks for your attention
4 Replies
8 months ago
I found this article. Same idea applies I assume
https://blog.railway.com/p/postgre-backup
8 months ago
Hey, there is no native volume backup for Hobby plan users. You will have to backup your database yourself using pg_dump or utilize a Railway template that does it periodically by uploading the dump to an S3 bucket. You can then restore your latest backup using pg_restore. Just look up Postgres Backup or Postgres S3 when deploying a template and you should be able to find one that will suit your needs.
8 months ago
!s
Status changed to Solved uxuz • 8 months ago