2018-07-21 GridFS Support

This week I merged a pull request from https://github.com/razims into the master branch.

The PR allows to store the assets in MongoDB GridFS. It simplifies your backup strategy because you only have to backup your MongoDB database and it also simplifies scaling Squidex because you not need a shared file system and more and you get replication for free if you have a MongoDB replica set (what is always recommended).

1 Like