I hear people say that about Nextcloud often, which is part of why I haven’t bothered setting it up yet.
Is there a technical reason why it’s slow and clunky? Any problematic choices with how it was built?
You must log in or register to comment.
Because SQLite is slow as balls. Use MariaDB and redis:
https://markontech.com/posts/setup-nextcloud-with-redis-using-docker/
PostgreSQL makes it faster still.
Is there a migration guide?
Yes, should be easy to find. Nextcloud has a tool for that.