If you want to mirror the Postgres database only (neither the website nor the web API), change the base configuration with the following command (as a first step, otherwise it will blank it out):
admin/configure with alt-db-only-mirror
I didnt understand what is meant by this because in the admin directory there is no such file. May be I was wrong with understanding this.
Also I found a compose file docker-compose.alt.db-only-mirror.yml in the github repository. So is it possible to bring up the database alone using this compose file.
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
psycopg2.OperationalError: could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
How to connect to the database and is there any help available about accessing data from musicbrainz database setup in local machine