So one in five doesn’t do proper backups. That’s much better than expected… 😅
Comment on 18% of people running Nextcloud don't know what database they are using
dan@upvote.au 4 weeks agoYou still need to know what database system is being used in order to make backups of the database. You can’t just snapshot or backup the data directory while a database is running, because you might end up with an inconsistent state that won’t restore properly. You need to either stop the DB before doing the backup, or use the relevant DB-specific tools to perform a backup.
Ooops@feddit.org 4 weeks ago
dan@upvote.au 4 weeks ago
I’d say 9/10 aren’t doing proper backups given most people don’t actually do DR runs and verify whether they can fully recover from their backups. If you don’t test your backups, you don’t have backups!
monogram@feddit.nl 4 weeks ago
90% is a bit low if the requirement is a full backup of nextcloud with database that is easily restorable.
Most just copy the important stuff manually to an external hard drive.
onslaught545@lemmy.zip 4 weeks ago
Most of my containerized solutions do that for me.
dan@upvote.au 4 weeks ago
Which containers do automatic backups?