Skip to content

Conversation

christianhelp
Copy link
Collaborator

Why

The previous backups service ran on railway which ended up costing us money plus the fact that it was made for running a Postgres backup

What

  • Tore out the old backups service and replaced it with one that runs on Cloudflare Workers and runs it's cron using Cron triggers.
  • Adapted it to run for sqlite databases instead

Satisfies

#186

NOTE: By default, the deployment does not come with a default cron and it must be configured in the Triggers tab of the Workers instance or via adding it to the wrangler.jsonc file. See this page for more.

@christianhelp christianhelp linked an issue Aug 2, 2025 that may be closed by this pull request
Copy link

cloudflare-workers-and-pages bot commented Aug 2, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
backups 6556e09 Aug 09 2025, 09:45 PM

Copy link

cloudflare-workers-and-pages bot commented Aug 2, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
backups 6556e09 Aug 09 2025, 09:41 PM

Copy link

cloudflare-workers-and-pages bot commented Aug 2, 2025

Deploying hackkit with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6556e09
Status: ✅  Deploy successful!
Preview URL: https://3d5d0207.hackkit.pages.dev
Branch Preview URL: https://186-updates-backup-service.hackkit.pages.dev

View logs

Copy link
Contributor

@joshuasilva414 joshuasilva414 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very epic

@joshuasilva414 joshuasilva414 merged commit c622356 into dev Aug 14, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Updates Backup Service for New Infrastructure

2 participants