Back Up Your MySQL Databases! (Spoiler: It's Easy)

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

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

  • @FireController1847
    @FireController1847 Год назад +2

    Incredibly useful video! Thank you for showing me mariabackup, this is super helpful! It's oddly difficult to find information explaining how to take backups of large-data databases, so discovering this and heading over to their docs helped a ton!

    • @shawnp0wers
      @shawnp0wers  Год назад

      I'm glad it helped! Backing up databases is always a worry of mine. I can back up files all the time, but databases are always in use, so it's... worrisome. :)

  • @eugenetsatskin5610
    @eugenetsatskin5610 7 месяцев назад

    Found it useful, thank you!
    Also it would be great to have an automation script which makes backup and removes the old one which is ~2 weeks older or smth like that.

  • @ynot4037
    @ynot4037 4 месяца назад

    Extremely helpful, thank you so much

  • @screamingiraffe
    @screamingiraffe Год назад

    Enjoyed the video, thank you for creating and sharing.

  • @MrSnappyz
    @MrSnappyz Год назад

    Hi, very clear tutorial, thank you. How about incremental backup and restore?

  • @kdub6400
    @kdub6400 Год назад

    Great video. How would you do a full backup of a fairly large (100GB) database using mysqldump? Also is it possible to just have one file or file name?

  • @si_2ping_yun59
    @si_2ping_yun59 2 года назад

    Nice video. Can you also do a video on mysql failover? 😊

    • @shawnp0wers
      @shawnp0wers  2 года назад +1

      Yes! I want to also show load balancing along with high availability. It's not terribly difficult to set up, but makes scaling much easier!

  • @DesChew
    @DesChew 2 года назад

    Is this Mariadb backup only applicable to Mariadb database? Can we use for MySQL 8.0.30?

    • @shawnp0wers
      @shawnp0wers  2 года назад

      Should work exactly the same for mysql. I think there's a tool "mysqlbackup" instead of "mariabackup" -- but it should work the same. (If not, you could probably install mariabackup if your package manager wouldn't freak out over it going in without mariadb being installed. Behind the scenes it's pretty basic.)
      NOTE: The above is not tested by me, just my gut instinct.

  • @DJConduct
    @DJConduct Год назад

    nice man cave