Post by @stefano
Hello little One's 😎 😎
Just got in and trying things out..
2 likes
@fasnix @shom @madamada I don't know 😃 Some local automated tests show that 100 users with sqlite are fine, as long as there's not too much concurrency in writing stuff into the DB. For the public server....I don't know as well. The limit will probably be the limit of the hardware I'll be using. There's something to be fixed: blog generation will only work on single process installations, not on clustered setups. I'll probably easily adapt it to build blogs only on one specific machine (the one doing the housekeeping). Still, the blogs will finish into the local file system, so this needs to be sorted, too. But this will come later.
@stefano good conversation here. I'll share my perspective, it would be nice if the posts and blogs are treated the same from a storage perspective so the admin can just back up one location. I really like the tiered approach for serving external media, storing / serving internal vs external media would be a good separation to have.
@fasnix @madamada
@shom @fasnix @madamada Built-in backups of the database, the configuration and, optionally, local owned media, with a manifest and a restore command.
You can fully export all your contents (including posts) and re-import them into another littleFedi instance. It'll be another account with another handle, but you won't lose any of your contents. Your data stays yours.