Skip to content

Instantly share code, notes, and snippets.

@ghostzero
Last active October 15, 2021 08:11
Show Gist options
  • Select an option

  • Save ghostzero/5185aa9be934c1ccd6ca6a7898ddd604 to your computer and use it in GitHub Desktop.

Select an option

Save ghostzero/5185aa9be934c1ccd6ca6a7898ddd604 to your computer and use it in GitHub Desktop.
Postgress Configuration
message_store.sql_condition = true

Install Message DB

Source: https://github.com/message-db/message-db/

git clone git@github.com:message-db/message-db.git
cd message-db
database/install.sh

Create User

psql -U postgres -c "ALTER ROLE message_store WITH PASSWORD 'message_store';"

Create 10message_db.conf in config directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment