Hi!
I’m migrating from AL2 to AL2023. Since there’s no upgrading from AL2 to AL2023, instead I’m spinning up a new AL2023 instance, installing nginx + modules on it, then copying the nginx configuration from the old AL2 instance to the new AL2023 instance.
So far, so good.
I’ve run into a problem though: the nginx-module-geoip I’m using from the AL2 repository is missing in the AL2023 repository
This is the AL2 repository: Index of /packages/amzn2/2/x86_64/RPMS/
This is the AL2023 repository: Index of /packages/amzn/2023/x86_64/RPMS/
How do I fix this? Is it something the nginx maintainers need to fix?
Another discrepancy I just noticed is that nginx-module-otel is in the AL2023 repo, but not in the AL2 repo. Not a big issue since AL2 is going end-of-support next week, but wanted to surface it.