webplatform / ops

http://webplatform.github.io/ops/
5 stars 1 forks source link

Create a separate PostgreSQL node so we can support multiple Discourse Docker instances #155

Closed renoirb closed 9 years ago

renoirb commented 9 years ago

Discourse supports only PostgreSQL, let’s create an instance to persist conversations if we need to deploy more than one Discourse containers.

Since we have nothing else that use PostgreSQL and that Discourse already has backup mechanism, we WON’T have backups from there. We’ll use instead Discourse’s ref: webplatform/ops#154

Tasks

renoirb commented 9 years ago

Sent in "Work status update" email on devrel list

renoirb commented 9 years ago

One thing left to do; I see a few errors in the logs due to conflict in database related states. Fix before closing.