this post was submitted on 26 Jun 2023
1 points (66.7% liked)

Selfhosted

39413 readers
775 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 posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

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

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Is it safe for data integrity to use a "non ECC mini pc" that runs docker containers from the volumes of a "NAS with ECC ram"?

Or does the mini pc also require ECC ram for the data integrity?

Sorry if it is a noob question.

top 3 comments
sorted by: hot top controversial new old
[–] yiliu@informis.land 2 points 1 year ago* (last edited 1 year ago)

First, why is every post on this forum -1? Somebody must be holding a grudge.

Second: it doesn't matter. ECC just prevents bit flips in RAM, once data leaves a system it's irrelevant whether it had ECC or not.

I've been running servers of various kinds for decades. There is a difference between running servers on hardware with ECC vs none, but it's not a big deal. Unless you're running, like, banking software or something where accuracy or uptime is critical...I wouldn't sweat it. You may just have to reboot cuz of a kernel panic once or twice a year.

[–] poVoq@slrpnk.net 0 points 1 year ago (1 children)

While ECC memory is nice to have, potential data integrity issues can be mitigated against by using a file system with sufficient redundancy and checksum error correction like zfs or btrfs.

Just run a regular scrub for errors to be auto-corrected from the extra copies.

[–] SmallAlmond@lemmy.dbzer0.com 1 points 1 year ago* (last edited 1 year ago)

That would be the plan, the NAS with ECC would run zfs with weekly scrubs (4 to 6 drives)

Edit: now running ECC on devices with critical data or databases