SQLite for Beginners: Database Backups

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025
  • There are many ways to backup an SQLite database, watch this video to see all the
    options, along with the preferred options.
    mycelial.com/#...
    / mycelial
    github.com/myc...
    / discord

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

  • @StartupSpells
    @StartupSpells 11 месяцев назад

    loved it. was gonna use litestream only but good to learn other backup techniques.

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

    Very useful, thank you ✌

  • @Guedes29L
    @Guedes29L Год назад +1

    Very nice instructional video! Would you mind making some considerations when backing up a database in WAL mode?

  • @vasiovasio
    @vasiovasio 5 месяцев назад

    Great explanation! Thank you!

  • @zack_beard
    @zack_beard Месяц назад

    Great video. How about the sqlite_rsync tool? Does that block and create a lock? Curious about its performance.

  • @princeanirah
    @princeanirah Год назад +1

    Hello,
    I would like to know if you know of a way to convert SQLite Database to MS SQL. If so, can you walk me through it? Can you show multiple processes on what to do? and multiple tools that can be used to automate the database conversion.

  • @DaniIhzaFarrosi
    @DaniIhzaFarrosi 5 месяцев назад

    Thank you

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

    happily subscribed:)

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

    Why are you using quoted connection strings sometimes and sometimes there are no quotes, even though the .method is still one word? What changes? I know you are trying to make it shell proof, but it seems weird that some commands run fine without quotes and other have quotes.