zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Nextcloud trash shown as empty

July 28, 2019 by Igor Drobot Leave a Comment


For sure I run into a nextcloud server side bug again.
I deleted over the last year a lot of things in my nextcloud account as well as other users, which are running in the same instance.
One day, I looked into my Trash(Deleted files) and it was empty:
nextcloud empty trash
That is not real and not possible, I thought.

[Read more…]

Filed Under: Linux Tagged With: Cloud, Nextcloud, Nextcloud Trash

Nextcloud meets Redis

October 20, 2018 by Igor Drobot Leave a Comment

You can significantly improve your Nextcloud performance with memory caching,
where frequently-requested objects are stored in memory for faster retrieval.

[Read more…]

Filed Under: Linux Tagged With: Nextcloud, Redis

Nextcloud meets MariaDB

August 8, 2018 by Igor Drobot Leave a Comment

nextcloud

SQLite is good for testing and simple single-user Nextcloud instance,
but it does not scale for multiple-user production cases. For the first Installation its quiet simple and reliable.

After some years of usage my SQLite-database reached a size of 130MB and the performance was not more the same as after the first days.

You can convert a SQLite database to a more performing MariaDB database with the Nextcloud command line tool:
[Read more…]

Filed Under: Networking Tagged With: MariaDB, MySQL, Nextcloud, sqlite