this post was submitted on 04 Sep 2025
522 points (97.1% liked)

Selfhosted

60024 readers
721 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Nextcloud asked in a poll at https://mastodon.social/@nextcloud@mastodon.xyz/115095096413238457 what database its users are running. Interestingly one fifth replied they don't know. Should people know better where their data is stored, or is it a good thing everything is running so smoothly people don't need to know what their software stack is built upon?

you are viewing a single comment's thread
view the rest of the comments
[–] lambalicious@lemmy.sdf.org 3 points 9 months ago (2 children)

...How come so few people are using SQLite?

[–] kilgore_trout@feddit.it 12 points 9 months ago (1 children)

Probably also most of those who don't know. SQLite is the default option if you don't set up a database server.

[–] SomethingBurger@jlai.lu 5 points 9 months ago

Those who don't know may be using Nextcloud AIO, which is bundled with Postgres.

[–] sugar_in_your_tea@sh.itjust.works 1 points 9 months ago (1 children)

Idk, I explicitly set up Postgres, which took extra work since the default is SQLite. I use Postgres for my day job, so it makes sense to me to keep everything the same.

[–] lambalicious@lemmy.sdf.org 2 points 9 months ago

That's quite senseful yes. In the cases where I want to host somewhere that already has a Postgres service going, I just up and use that.