Elektrine lite

← Feed

@sinbad@mastodon.gamedev.place

Post #2296810

2026-04-22 22:21 UTC

@Doomed_Daniel@mastodon.gamedev.place I pack the repos and LFS separately already but I’ve always used gitea dump, it works and is the recommended way. Can’t use SQLite because we’re multi-user (gets upset if >1 person tries to hit the web server at once)

Replies (1)

  • @sinbad@mastodon.gamedev.place The web server is part of Gitea, right, just one go process? Should work fine with multiple users (probably even if it were multiple processes). AFAIK SQLite has kinda coarse locking so *lots of* concurrent writes could cause problems, but a handful of users should be fine, possibly even (a lot) more. AFAIK Gitea even used to run a public demo instance with SQLite

    Open ##2296811