It looks like the whole database has been recreated. I don’t know what has happened but this is basically an empty database + 1 user. There is nothing I can do for you.
You are welcome. I am 100% sure, that is not Squidex. Because there is nothing that deletes users or events from the database. The whole concept of Squidex is to never delete data.
Hey @Sebastian,
I am experiencing the same issue. It looks like after I restart my Docker Container something recreated the Database. I can remember to read something about recreating the Mongo Db on the configured folder even if it is not empty.
I mapped an szure storage account as described in my Azure Setup Documentation. For some reason they are all empty. It looks like the MongoDb container does not use it to persist the data.
I found the Problem. It seems like the Azure Linux Hosts for WebApps does not fully support SMB 3.0, which is needed by Azure File Share mounts. So if you have a correct path mapping there will be error messages on Mongo DB startup and if you screw up the path mappings, all files are stored in the container.
I fixed the Issue by setting up the MongoDB in an azure container instance (ACI), which supports SMB 3.0. @Sebastian I will update the Azure Documentation again with this new insight and send you a Pull Request