I just read a few pages with benchmarks about Redis vs KeyDB and I wanted to give KeyDB a long time a try – it was on my ToDo. Here are (finally) three examples on how to switch from Redis to KeyDB.
Continue reading Switching from Redis to KeyDBTag: nextcloud
Nextcloud with S3 using rclone
I had trouble with Nextcloud’s own implementation (external storage s3) as it would corrupt some of my photos on auto upload using the Android Nextcloud Client. This did not happen with s3fs, goofys, rclone and also did not happen without s3. Disabling chunking, tuning timeouts, nothing really helped. After testing with goofys, s3fs and rclone I decided to use rclone. Here’s how I did…
Continue reading Nextcloud with S3 using rcloneUsing Nextcloud with MinIO
MinIO is an object storage. I like it a lot and was thinking about using it with Nextcloud. Let’s see
Continue reading Using Nextcloud with MinIONextcloud migrate to PostgreSQL
Also getting the famous “1213 Deadlock found when trying to get lock; try restarting transaction”? A few users reported switching to PostgreSQL fixed it. While I did not believe at first… Yes… It solved that issue for me as well.
Continue reading Nextcloud migrate to PostgreSQLSetting up Nextcloud
Just a quick guide how I do install Nextcloud. This is Nextcloud 25.0.1 with PHP 8.1 on Debian Bullseye with Redis, APCu and MariaDB.
Continue reading Setting up Nextcloud