#metabrainz

/

March 27th 2025

      • nelgin
        bitmap[m] - how do I add that missing table and get the missing replicated data?
      • bitmap[m]
        you might have to perform a full re-import with my patch applied, otherwise the imported EAA tables will be out of sync with your current replication sequence
      • the only other way is very arcane... you'd have to stop replication for now, wait for the next full export to be released, only import the EAA dump, and then start replication again with --ignore-conflicts until it catches up with the EAA dump sequence...
      • which isn't going to easier than importing from scratch
      • nelgin
        meh, ok. I can do that.
      • nelgin goes find the instructions for that
      • groups: cannot find name for group ID 153
      • Any idea how I fix this?
      • Should I wait for the change to be merged or is it safe to use the eaa-dump branch?
      • bitmap[m]
        it's safe to use the branch
      • don't think I've seen that groups error before, what is the context for it?
      • nelgin
        Whenever I use docker compose commands
      • # admin/setup-amqp-triggers install
      • groups: cannot find name for group ID 153
      • groups: cannot find name for group ID 153
      • for example
      • Might be something to do with going from docker-compose to docker compose (v1 to v2)
      • bitmap[m]
        sounds like it thinks you're a member of a group which no longer exists, possibly the docker group? https://askubuntu.com/a/711518 suggests simply logging back out and back in will work
      • nelgin
        I'll give that a try once this process of loading has finished.
      • BrainzGit
        [listenbrainz-server] 14amCap1712 merged pull request #3237 (03master…lb-1739): LB-1739: Sitewide stats: return correct 'count' and total_entity_count https://github.com/metabrainz/listenbrainz-serv...
      • Some-body_ is now known as DarthGandalf
      • nelgin
        sudo docker-compose run --rm search load-search-indexes.sh --force
      • sudo docker-compose run --rm musicbrainz recreatedb.sh
      • This doesn't make sense. Why would I load the search indexes and then recreate the database? Since it has a drop database for musicbrainz_db - loading the search indexes first seems pointless?
      • or am I missing something?