Different ghost same database

Just wondering,
Can you have two ghost installation with the same database? So let’s say there is g1 and g2, is it possible for them to share the same database like db1_prod? So when g1 update a post, g2's post will also update.

No that’s not possible. Ghost uses in-memory caching so you’ll get some odd behaviour between the two Ghost instances if they are both using the same database.

There is a proposal to externalise the cache which would allow for multiple instance setups External in-memory cache option

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.