How to have two instances of ghost running on the same database

Can one have two instances of ghost running on the same the same mysql database?
Lets say i upload an post and its image to one admin panel and then the other ghost instance, since is using the same database, gets the upload to. What are the problems with this setup?

Should the uploaded images have to go to amazon s3 for example?

Any thougths?

What you’re thinking of is called clustering, which is not supported by ghost:

1 Like

Thanks @vikaspotluri123

I am also interested in this.
I get an error when I have many routes [1], so I was thinking of running separate instances for every group of collections and connecting all of them to the same DB.
I know Ghost wasn’t designed for this, but what may happen if I do it ? What behaviours may be caused by this?

[1] Maximum call stack size exceeded · Issue #11708 · TryGhost/Ghost · GitHub