I am using nextcloud Together with a voip freeswitch Application Where when we open folders in nextcloud It’s getting opening extensions in freeswitch To make a long story short, sometimes when we opening in the back end via the phone and new folder, we cannot see it right away in nextcloud And sometimes it’s the opposite as well. I have a few new ideas to implement to nextcloud
If anyone is available please ps me
Ready to pay nicely for the good candidates.
Usually I like nice pay, but I guess your solution is easier
I guess you create the nextcloud folder directly on the file system? To be sure nextcloud does see it, execute something like
occ files:scan --someparameter path
directly after creating the foder to make sure nextcloud finds it.
see occ files:scan --help for the exact parameters.
We’re already running occ files
every second with cron jobs, but we still get failures sometimes where files don’t appear or appear with delay
But my bigger question is about the database itself. Right now when IVR saves recording on server, nextcloud doesn’t see it until scan runs. Even with scanning every second, we still get failures.
Is it possible to make nextcloud just use my NFS storage directly as its primary file system index? I don’t want two separate systems (files on disk + nextcloud database) that need constant syncing. Can nextcloud work without its own separate database index?
I use volumes modify by other processes and it works for me if i declare them as “External Storage”. If your NFS volumes is not the user’s data storage, maybe you should try it by this way ?