Possible to use just one db?

By default Squidex will make 2 db like Squidex and SquidexContent

I was wondering if I changed these config

STORE__MONGODB__DATABASE
STORE__MONGODB__CONTENTDATABASE
EVENTSTORE__MONGODB__DATABASE

to just a one db (same name)

Mycms

This will cause any problem? or anything I’m missing?

Yes, this is not a problem. Depending on the settings your might have one collection per schema in MongoDB and therefore I have decided to have a separate database for content.

1 Like

But some how, History does not work when I changed that.
But everything working good.

What do you mean with “it does not work”?

When I edited some content. but History is showing anything I changed.

And do I need to change also

ASSETSTORE__MONGODB__DATABASE

to the same name right?

Result:

STORE__MONGODB__DATABASE
STORE__MONGODB__CONTENTDATABASE
EVENTSTORE__MONGODB__DATABASE
ASSETSTORE__MONGODB__DATABASE

or do I miss something?

Have a look at the background processes:

Aha, showing now when I click “refresh”

1 Like

And do we need also to change
ASSETSTORE__MONGODB__DATABASE
also right?

Only if you host assets in mongoDB.

1 Like

But why or and trick why background processes does not auto run ?

I have no idea, it should just work and usually it just works fine.

1 Like

Ok, I will take a look, thank you so much.

1 Like