Can I install two editions of gitlab with same postgresql database server?

I have two gitlab servers ( CE and EE ).
At present, two servers use different database servers.
I want to use migrate to one postgresql database server.
I could not find how to change the name of postgresql’s database name in the guide document.
But I can find gitlab_rails[‘db_database’] property in the gitlab.rb file.
Is it possible to set the database name differently without any problem?

Technically, you could, but should be careful :slight_smile:

You’d have to make sure you use a different db name so that one doesn’t mess with the other. See the all options link, since the docs contain only the bare minimum requirements.