Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install MariaDB 10.11 LTS on Ubuntu 20.04 LTS #377

Open
mromero-convoso opened this issue Jan 3, 2024 · 0 comments
Open

Unable to install MariaDB 10.11 LTS on Ubuntu 20.04 LTS #377

mromero-convoso opened this issue Jan 3, 2024 · 0 comments

Comments

@mromero-convoso
Copy link

👻 Brief Description

The package repository for 10.11 gets added, but the mariadb_server_install resource attempts to install the packages and fails on the following error: Chef::Exceptions::Package: No candidate version available for mariadb-client-10.11

🥞 Cookbook version

mariadb cookbook version 5.2.4

👩‍🍳 Chef-Infra Version

16.13.16

🎩 Platform details

ubuntu-20.04 within test kitchen using the kitchen-vagrant driver.

Steps To Reproduce

Steps to reproduce the behavior:

mariadb_repository 'MariaDB 10.11 Repository' do
  version '10.11'
end

mariadb_server_install 'MariaDB Server install' do
  version '10.11'
  setup_repo true
  password db_pass
  install_sleep 4
  action :install
end

🚓 Expected behavior

I expect the MariaDB 10.11 packages to be found and able to be installed

➕ Additional context

There is a warning thrown when running apt update after the 10.11 repo is added which looks like this:

N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://mariadb.mirrors.ovh.net/MariaDB/repo/10.11/ubuntu focal InRelease' doesn't support architecture 'i386'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant