Is there a way I can run only sir without having to run MBS on docker? Because that messed up my whole setup last time I tried and it's just a lot more annoying than running it locally :/
lucifer
yvanzo: thanks! i'll open a ticket and update the commit message.
yvanzo: IIRC it kept overwriting my DBDefs and it was also a lot (like, a lot) slower than just running locally
zas
reosarevok: nope, I'll have a look
reosarevok
zas: seems it works now, but it didn't for a bit
ijc has quit
yvanzo: I'm fine with keeping a separate install of docker, as long as it doesn't mess with my local install, I guess
ijc joined the channel
piwu has quit
Guess I should just reinstall docker without trying to reuse my local install, IIRC we tried that last time :)
yvanzo
reosarevok: DBDefs is set directly in the image for 'musicbrainz' service, it has to be changed at build time.
reosarevok
Yeah, IIRC it's just we were trying to reuse my existing setup
But if I'm not going to use this for MBS dev at all I guess it's fine to just install it normally separately. I'll try that
yvanzo
Yes, you don't need that 'musicbrainz-dev', just 'sir-dev'
piwu joined the channel
reosarevok
yvanzo: does it not require a dockerized MB DB or anything?
ruaok
param: happy birthday!
yvanzo
reosarevok: indeed, it is 'db' service in musicbrainz-docker
happy birthday, param!
akshaaatt[m]
Happy Birthday param !💯🔥
akashgp09[m]
Happy Birthday, param 🎉
the4oo4 has quit
lucifer
happy birthday param! 🎉🎉
mick_jj9
Hi everyone,
I have recently joined the meta/musicbrainz community. For a few days, I have been facing troubles in the replication of Musicbrainz database (through Mbdata) and while I was looking for support, I noticed this chat, hoping that, by contacting users some of them might help me. Basically, following the guide there are no problems up to point 6,
everything is fine; however, on point 7, where I should import dumps in the form of .tar files, I keep running into this error:
mporting data from mbdump.tar.bz2
- Loading alternative_release_type to musicbrainz.alternative_release_type
Traceback (most recent call last):
File "/home/manuel/.local/bin/mbslave", line 8, in <module>
sys.exit(main())
File "/home/manuel/.local/lib/python3.9/site-packages/mbdata/replication.py", line 592, in main
args.func(config, args)
File "/home/manuel/.local/lib/python3.9/site-packages/mbdata/replication.py", line 253, in mbslave_import_main