#litestream

Alejandro Baezzeab@fosstodon.org
2025-05-22

#Litestream now does compaction. Using s3 condition writes. 😎

#consul is good, but complex when not in infra. Especially for #litefs. Too many moving parts. 😅

Very happy litestream is getting some love. Makes #sqlite even more of a no brainer choice. 😏
fly.io/blog/litestream-revampe

Markus 🤓✨markus@hachyderm.io
2025-05-21
N-gated Hacker Newsngate
2025-05-20

Ah, the modern world of tech blogs where every developer's fever dream is a reality 🌈🔧. "Litestream: Revamped" promises but comes with a side dish of more logos and assets than you can stomach. Because who doesn't love a good ol' RSS feed? 😴📉
fly.io/blog/litestream-revampe

2025-04-06

Jarang pake instance #memos yang update, soalnya masih make yang versi 0.22 karena settingan #s3 nya masih masuk akal. Kalau pake R2 sih ga masalah, tapi kalo S3nya pake #minio, itu yang bikin repot.

Tapi ada instance yang satu lagi yang sengaja saya bikin update karena ga pake settingan #S3 tapi #local storage.

Kalau update harus update Dockerfile dulu dan di push ke docker hub. Karena server untuk build sama server untuk host memos beda.

Bagi yang mau make memos yang udah otomatis terinstall #litestream bisa gunakan image ini : https://hub.docker.com/r/putraeka/memos-litestream

Update docker hub untuk putraeka/memos-litestream:0.22.4
2025-03-24

@markus@hachyderm.io @gotosocial@thefedi.forum I've had to turn it off for now. It's continuing to eat disk space. I didn't know if I could just delete all those files or it would comprise the integrity of the mirror process. Very odd.
I did try their support channel but no response in a week. I'm at a loss. Need to try and find a new solution.

#litestream

2025-03-23

Anyone using #litestream for an #sqlite DB

I have a 3GB database, and Litestream is replicating it to another server. However, it seems to be running out of control with disk space. On the original server (where the live DB is) is a
generations folder under the hidden litestream folder. It is full of WAL files. Currently over 37,000 files consuming 118GB of disk space.

My config includes
retention: 24h and retention-check-interval: 1h with a snapshot-interval: 4h. I understood it would delete anything older than 24 hours. Am I doing something wrong? These wal files go back to the day I started using litestream

#GoToSocial #gts @gotosocial@thefedi.forum

2025-03-21

Anyone using #litestream for an #sqlite DB

I have a 3GB database, and Litestream is replicating it to another server. However, it seems to be running out of control with disk space. On the original server (where the live DB is) is a generations folder under the hidden litestream folder. It is full of WAL files. Currently over 37,000 files consuming 118GB of disk space.

My config includes retention: 24h and retention-check-interval: 1h with a snapshot-interval: 4h. I understood it would delete anything older than 24 hours. Am I doing something wrong? These wal files go back to the day I started using litestream

#GoToSocial #gts

Markus 🤓✨markus@hachyderm.io
2025-02-26

I am continuously amazed how far you can get with ancient tech stacks. :D My ARM-based VPS at Hetzner, with all my #GoLang web apps, using #SQLite with #Litestream for streaming replication, has had zero downtime for over a year now.

2024-09-16

soooo close to getting my evil #datomic on #sqlite+#litestream idea running and I’m now running into an undebuggable fly.io error 😵‍💫😭

2024-06-01

Just released an update that uses django-registration to require email verification, django-honeypot to prevent spam signups, and just.systems

github.com/piepworks/blaze-sta

爪卂尺ㄩ :kool:maru@eka.rodeo
2024-05-06

Kepikiran buat backup db #gotosocial pake #litestream, cuma dbnya udah hampir 2GB, itu di #backblaze nanti jadi brp GB?

2024-02-11

Hooray! I'm so happy right now. I finally managed to get Django, django-q2, and litestream (S3 replication) working on CapRover in a single container running with s6-overlay. I've been at this for days now.

#django #litestream

2023-12-05

I know sqlite3 has become popular again. Has anyone looked at litestream? It can apparently distribute/replicate sqlite3 databases.
litestream.io/
#sqlite #sqlite3 #litestream

André Hoarauah@floss.social
2023-10-24

@lawik By the way, I also use their S3 Object Storage service to backup the #SQLite database using #Litestream and #rclone (for encryption).

GripNewsGripNews
2023-09-27

🌖 Ruby on Rails 的 LiteStack 簡介 | AppSignal Blog
➤ Ruby on Rails 的 LiteStack 簡介
blog.appsignal.com/2023/09/27/
本文介紹 LiteStack,一個一站式解決方案,可在單臺機器上託管和處理所有生產數據。LiteStack 使用 SQLite 提供數據庫、ActiveJob、ActionCable 和 ActiveSupport::Cache 存儲。此外,本文還介紹了 Litestream 和 StableDiffusion,並提供了一個示例 Rails 應用程序。
+ 這篇文章提供了很好的 LiteStack 簡介,並且還有一個有趣的示例應用程序。
+ 很棒的文章,對於 Ruby on Rails
on Rails

GripNewsGripNews
2023-09-22

🌘 我全力支持服務器端SQLite · The Fly Blog
➤ SQLite數據庫的歷史和優點,Litestream的介紹和使用方法。
fly.io/blog/all-in-on-sqlite-l
本文介紹了SQLite數據庫的優點,並介紹了Litestream,一個開源項目,通過複製實現了SQLite在全棧應用程序中的可行性。Litestream使用SQLite的WAL模式日誌記錄,實現了數據庫的高可用性和並發性。
+ 這篇文章很好地介紹了SQLite數據庫和Litestream的優點,讓我對它們有了更深入的瞭解。
+ Litestream的使用方法很簡單,讓我對在全棧應用程序中使用SQLite數據庫有了更多信心。

Trey Piepmeiertrey@indieweb.social
2023-08-09

Trying out Backblaze B2 to store my #Litestream SQLite streaming backups rather than DigitalOcean Spaces. So far, so good, and probably going to be free for a loong time!

2023-08-08

@chrisg If you had to rank them in order, which aspects are most/least important to your vision?

- storage engine
- replication protocol(s)
- backup / resilience mechanisms
- query / indexing modes
- primary means of access (web, SQL, ...)
- license

Do you see this falling somewhere on the #SQLite / #Litestream / #LiteFS spectrum, or are you envisioning a new greenfield project?

2023-07-21

Version 2 is out and ready to try! We’ve got ! We’ve got ! We’re all in on and ! It’s totally free for personal (non-commercial) use!

Grab a copy while it’s fresh
github.com/piepworks/blaze-sta

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst