bitmap[m] - how do I add that missing table and get the missing replicated data?
2025-03-27 08604, 2025
mara42 joined the channel
2025-03-27 08625, 2025
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
2025-03-27 08654, 2025
mara42 has quit
2025-03-27 08618, 2025
bitmap[m]
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...
2025-03-27 08637, 2025
bitmap[m]
which isn't going to easier than importing from scratch
2025-03-27 08648, 2025
mara42 joined the channel
2025-03-27 08654, 2025
mara42 has quit
2025-03-27 08627, 2025
mara42 joined the channel
2025-03-27 08635, 2025
d4rkie has quit
2025-03-27 08601, 2025
d4rkie joined the channel
2025-03-27 08610, 2025
nelgin
meh, ok. I can do that.
2025-03-27 08619, 2025
nelgin goes find the instructions for that
2025-03-27 08656, 2025
nelgin
groups: cannot find name for group ID 153
2025-03-27 08657, 2025
nelgin
Any idea how I fix this?
2025-03-27 08624, 2025
nelgin
Should I wait for the change to be merged or is it safe to use the eaa-dump branch?
2025-03-27 08651, 2025
bitmap[m]
it's safe to use the branch
2025-03-27 08608, 2025
bitmap[m]
don't think I've seen that groups error before, what is the context for it?
2025-03-27 08653, 2025
nelgin
Whenever I use docker compose commands
2025-03-27 08618, 2025
nelgin
# admin/setup-amqp-triggers install
2025-03-27 08618, 2025
nelgin
groups: cannot find name for group ID 153
2025-03-27 08618, 2025
nelgin
groups: cannot find name for group ID 153
2025-03-27 08618, 2025
nelgin
for example
2025-03-27 08617, 2025
nelgin
Might be something to do with going from docker-compose to docker compose (v1 to v2)
2025-03-27 08607, 2025
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
2025-03-27 08630, 2025
nelgin
I'll give that a try once this process of loading has finished.
sudo docker-compose run --rm search load-search-indexes.sh --force
2025-03-27 08650, 2025
nelgin
sudo docker-compose run --rm musicbrainz recreatedb.sh
2025-03-27 08650, 2025
nelgin
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?