From ac6d36614b5ad258ef1aec20a52110958bdb5b25 Mon Sep 17 00:00:00 2001 From: needs <624097+needs@users.noreply.github.com> Date: Tue, 11 Aug 2026 06:56:34 +0200 Subject: [PATCH] Add home page news entry about snapshot archiving Co-Authored-By: Claude Opus 5 (1M context) --- apps/frontend/app/page.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/apps/frontend/app/page.tsx b/apps/frontend/app/page.tsx index bb9c646..6d03855 100644 --- a/apps/frontend/app/page.tsx +++ b/apps/frontend/app/page.tsx @@ -165,6 +165,30 @@ export default async function Index() {
+
+
+

Archiving snapshots

+

August 11th 2026

+
+

+ All 100M+ game server snapshots used to be stored in the main + Postgres database. However, space, scale and cost started to become + a real issue, with the database growing up to 100GB and costing more + than $140 per month. +

+

+ All snapshots are being moved to R2 in a compressed format. As a + result, the database will be much lighter, and the project will be + cost efficient, decreasing the cost to not even a dollar per month. + Performance improvements should follow as well, since indexes are + now much smaller. +

+

+ Small new feature: on a clan page, past members can be listed as + well if the option is toggled, thanks to a PR from Dmitry! +

+
+

Faster search