From 229531e4000fa9814daa28c7fce8f25b760ccb44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Fri, 2 Dec 2022 14:46:52 +0100 Subject: [PATCH] Add note on PostreSQL auth --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 623f824..d4482c4 100644 --- a/README.rst +++ b/README.rst @@ -60,6 +60,10 @@ populate it with the latest data from the MusicBrainz database:: mbslave init --create-user --create-database +This requires that you have PostgreSQL running and configured in a way, so +that ``mbslave`` can connect to it both using a regular account as well as +superuser account. How you do that depends on your environment. + The other option is to create the database manually and use the ``mbslave psql`` to apply the scripts from MusicBrainz. In this case you are expected to know what you are doing.