docker-zulip icon indicating copy to clipboard operation
docker-zulip copied to clipboard

Add support for custom database user and name.

Open adambirds opened this issue 4 years ago • 2 comments

Fixes #289.

adambirds avatar May 26 '21 01:05 adambirds

This looks correct to me. I think it should be testable with docker up on one's laptop starting from a clean checkout, after changing the database name settings, and seeing if you get a working server.

timabbott avatar May 26 '21 04:05 timabbott

This didn’t work; see discussion.

TL;DR: I don’t think we should be expected to support customizing the database name for our own database. The custom database name feature is for connecting to a separate centrally or externally managed PostgreSQL instance where the administrator decides what the name is.

andersk avatar May 26 '21 23:05 andersk