Setup automatic backups for a Supabase DB for free using GitHub Actions

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 8

  • @unbuildables
    @unbuildables 21 день назад +2

    I didn't know github actions could do this thank you

  • @SuccessTate001
    @SuccessTate001 19 дней назад

    Great video. You can teach us on connecting multiple instances of supabase selfhosted and sync these 3 using GitHub actions

    • @sesto-dev
      @sesto-dev  19 дней назад

      @@SuccessTate001 I'm planning a video on self hosting Supabase but what do you mean by syncing them? You wanna have multiple instances with exactly the same data on all of them?

    • @SuccessTate001
      @SuccessTate001 19 дней назад

      @@sesto-dev yeah, have one main instance for dev then sync the schema and roles automatically

  • @SonixAEP
    @SonixAEP 4 дня назад

    just creating folders .github and workflows and adding the backup.yaml file starts the workflow? or do i need to enable it?

  • @aanspelinc6224
    @aanspelinc6224 21 день назад +1

    how to restore?

    • @sesto-dev
      @sesto-dev  21 день назад

      I'll upload that video in a couple of days.

  • @brianwalsh7040
    @brianwalsh7040 18 дней назад

    Hey! Can we setup something like this to run just using bash? I have a self hosted instance and we don’t use git (corporate thing, out of my control) and I’ve been struggling to create a backup/restore script for a cron job using bash
    Edit: I just want to store the data locally on my machine in like /data/backups