I’m trying to upgrade Mongo from 3.6.6 to 5.1 on Ubuntu 18.04.6, running on an AWS EC2 instance.
I’ve gotten up until 4.2 -> 4.4, and am now using this tutorial:
https://docs.mongodb.com/v4.4/tutorial/install-mongodb-on-ubuntu/
I’ve done the following command:
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list
Then, I ran sudo apt-get update
. However, I get the following error:
Skipping acquire of configured file 'multiverse/binary-arm64/Packages' as repository
'https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 InRelease' doesn't support
architecture 'arm64'
I can’t install mongo after this. I saw this:
https://jira.mongodb.org/browse/SERVER-37692
which says there weren’t arm64 builds, but it got corrected? How should I proceed? Do I need to update my AWS instance? It seems weird that Mongo can’t be installed on Ubuntu…