Hi, On Thu, Oct 18, 2018 at 4:33 PM Nikita <[email protected]> wrote: > ...Please tell me whether it is possible to teach sling not to save data in > the > file system. I want to use only postgresql database to store files...
As Chris says, Oak can use various databases for its backend storage. However by default Sling will still need a filesystem for the OSGi framework state, logs etc. If this is a problem for you, changing that would require code changes to the Sling core, or using a virtual filesystem. -Bertrand
