@jodumont yes. Samba is the only protocol on your list that is really made to be mounted locally. Personally I would try to avoid having to rely on php for access to remote filesystems (regardless of the protocol).
@jdaviescoates said in Nextcloud says 5.3GB used, Cloudron says Nextcloud is 19.16GB, why?:
That's "just" a difference of 2.66GB (which I guess could mostly be just Nextcloud files themselves)
So, assuming that is mostly just Nextcloud files themselves (I may do a clean install at some point just to see how big that is), I think this can be marked as solved.
@Bortseb Yeah, best way to get familiar eh! Always worth making up your own mind, I just added in case you were a disappointed once you did get connected and to be aware what I think at least is worth your time on setups, as I know from years of System Admin for a team of about 50, they can often only be as quick or organised as the tools we give them.
This is resolved in https://git.cloudron.io/cloudron/nextcloud-app/-/issues/80 we are still not very sure about pushing the latest version due to db migration issues.
@nebulon said in Does anybody use the plugin LDAP write in Nextcloud ?:
That is correct, our ldap server does not allow any modification or writes to the user directory.
that is smart, because it is so easy to mess with LDAP
Good that it works now. For clarification, an app restart will reset all Cloudron specific settings, in case they were misconfigured or more importantly in case the information has changed on the Cloudron side (like a password, port or secret)
@girish said in Nextcloud 19:
sudo -u www-data php -f /app/code/occ db:add-missing-columns
Perfect, that did the trick! No more warnings in Nextcloud Settings.
@girish They are unusual I would say, yes. It's a file that is being updated on a daily basis so it has a file history of 30 different versions in NextCloud. They are .db.crypt12 files, which is a database backup of WhatsApp about 120MB in size.
@necrevistonnezr indeed, previous versions of Cloudron would allocate more memory for redis based on the app's memory limit. This limit was not settable by the user. In 5.2, we have made the redis limits visible and configurable by the user. Our 5.2 migration script should ideally could have been smarter and allocated more memory to redis.
@necrevistonnezr They are pretty much the same feature. Cloudron's works at the platform level for all apps including nextcloud itself whereas nextcloud's will work only for nextcloud.
got the same issue with one of my nextcloud's, even after removing the app, I could not restore the app to normal state, in the end, I noticed Circles app was throwing errors, disabled with
sudo -u www-data php occ app:list
sudo -u www-data php occ app:disable circles