Closed Phrogz closed 1 year ago
Workaround:
sudo su - postgres
run pip install -U mbdata
musicbrainz
change the password for the user and edit the mbslave.conf
file with that password.sudo su - postgres
be sure to export MBSLAVE_CONFIG=/location/to/your/mbslave.conf
By running
sudo su - postgres
the shell is in a state where usermusicbrainz
can be used without a password, but where neither the scriptmbslave
nor thembdata.replication
module exist.If I exit being logged in as
postgres
, I have access tombslave
andmbdata.replication
, but now I need a password for themusicbrainz
user I just created.Please test the instructions on a virgin system and modify as needed to work. Thanks!