1
2 Comments

How do you move your DB backups?

Hello developers,

I take automatic DB backups every day, but for security reasons I want to keep my backup daily on a different location/server/PC/cloud. But my DB backup is now 15 GB. How can I move this to a different location other than my server?

What are you guys using?

on February 17, 2023
  1. 3

    For IH style projects I don't want to be burdened with the chore of backing up databases so I opt for using Google Cloud SQL for scheduled and on-demand backups. It's possible configure it to store those in custom locations.

    1. 1

      Hey Andy,

      I've never heard of this before, I'll look into it. I was wondering about the cost, there is no definite information about it. I will ask for pricing. Thanks.