Add PostgreSQL primary server support to the ejabberd cookbook #180
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As ejabberd and PostgreSQL are both running on andromeda, the cookbook generated a config file that had localhost as the SQL server hardcoded, and created the user and database locally.
Similar to the kosmos_gitea cookbook, we need a recipe to run on the primary PostgreSQL server to create the PostgreSQL user and database, and add authorizations for the ejabberd servers. The default recipe needs to be changed to use the IP of the PostgreSQL primary instead of localhost (when ejabberd and pg primary are not running on the same server).
Forgot to close this one, we merged #181