what better way to get bug reports than to release a new major version :)
outsidecontext
alastairp: this is very true ;) Also shows that we had two beta releases this time out for several weeks, but the real bug reports only came in after the final release
Is there any custom data in musicbrainz-docker db on bono that should be saved?
I will recreate that database from a fresh dump.
alastairp
check if there's a messybrainz schema, I believe this is the result of ruaok's matching code
I think that it's easily reproduceable if you don't want to save and reload it
ruaok
Ding. Relations and mapping schemas exist. Feel free to blow away, I can recreate.
yvanzo
Ok, will do. Is MB search server useful on bono?
alastairp
I don't need it. I don't think the mapping stuff uses it either, we just connect directly to the db
yvanzo
Ok, built new images, downloading db dump.
ruaok
Not for me either.
yvanzo
Ok, I stopped it too.
thomasross has quit
iliekcomputers
ishaanshah: hey, i have a conflict at our usual time, let's postpone by ~30 min, ok?
shivam-kapila: hey, how goes it?
ishaanshah
Sure
shivam-kapila
iliekcomputers: Last test left for frontend then only tests for backend left
iliekcomputers
cool, sounds good. thanks. if you need any help, ping here.
yvanzo
alastairp, iliekcomputers, ishaanshah, ruaok: I’m going to nuke MB DB on bono, unless you're currently working with it.
alastairp
fine by me
yvanzo
alastairp: after docker-compose upgrade, you probably need to specify 'acousticbrainzserver' as COMPOSE_PROJECT_NAME in .env to preserve current docker containers/volumes on bono
alastairp
thanks. is this a service that you saw running in docker ps?
yvanzo
(or alias to the old /usr/bin/docker-compose)
ruaok
Ok!
alastairp
I believe we use a launcher script to add -p to docker-compose call, so it should be OK
what's the new behaviour?
(having said all of that, there will be no problem to recreate all containers and volumes, so I don't think this is an issue)
yvanzo
alastairp: I saw some with docker system df -v
the old behaviour was to ignore '-' characters from the current working directory, the new one is to keep it
alastairp
ah, interesting. thanks for the info
yvanzo
I have set that var to 'musicbrainzdocker' cause I don't want to download dumps again
alastairp
we should double-check our develop.sh and test.sh scripts for this, because I believe we do some modifying of this value