Thanks! This worked like a charm. Since I’m on Arch Linux I just needed to install mongodb50-bin from the AUR to downgrade, ran the adminCommand, then installed mongodb-bin again to upgrade my binary back to 6.0.0.
Is it good practice to update the FCV after each major release of mongo? Is there a reason it doesn’t happen automatically?
Good to know in case I run into similar issues in the future.