-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
database not found #282
Comments
Hi, I just tested the same commands and it works flawlessly.
|
I used "admin/configure add musicbrainz-standalone" and a configure file popped up. What is it for? |
Did you wait and retry later on? For its first run, the server takes some more time before being fully available.
Windows isn’t officially supported, so that might participate to your issue too.
Should I understand that you resolved this issue just by trying again? (I cannot see the image after that.) |
I modified the deployment configuration, opened port 5432, and then checked the database, but it was not created. |
Apparently you now have a mixed setup. I recommend to remove everything as follows:
Then you can restart from scratch with the instructions for test setup. |
Clearing everything and trying again didn't work, still the same as before. |
I think the problem is that Windows cannot use "admin/configure add musicbrainz-standalone" to set the standalone mode. How can I set it up? |
You can try using Bash shell with WSL 2 (Windows Subsystem for Linux) support in Windows Terminal. |
I have the same issue on Pop_OS! |
@wright-benjamin-1701 wrote:
This isn’t the same host OS. |
I use this deployment:
git clone https://github.com/metabrainz/musicbrainz-docker.git
cd musicbrainz-docker
admin/configure add musicbrainz-standalone
sudo docker-compose build
sudo docker-compose run --rm musicbrainz createdb.sh -sample -fetch
sudo docker-compose up -d
Page error:
DBI connect('dbname=musicbrainz_db;host=db;port=5432','musicbrainz',...) failed: connection to server at "db" (172.18.0.2), port 5432 failed: FATAL: database "musicbrainz_db" does not exist at lib/MusicBrainz/Server/Connector.pm line 59
Sql::select_single_value(?, ?) called at lib/MusicBrainz/Server/Data/Replication.pm line 13
MusicBrainz::Server::Data::Replication::last_replication_date(?) called at lib/MusicBrainz/Server/Controller/Root.pm line 469
Catalyst::dispatch(?) called at lib/MusicBrainz/Server.pm line 400
MusicBrainz::Server::ANON at lib/MusicBrainz/Server.pm line 365
MusicBrainz::Server::with_translations(?, ?) called at lib/MusicBrainz/Server.pm line 401
Class::MOP::Method::Wrapped::ANON(?) called at lib/MusicBrainz/Server.pm line 415
Class::MOP::Method::Wrapped::ANON(?) called at lib/MusicBrainz/Server.pm line 534
The text was updated successfully, but these errors were encountered: