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

Raspberry Pi DB Error #545

Open
JoeKep-git opened this issue Oct 14, 2023 · 4 comments
Open

Raspberry Pi DB Error #545

JoeKep-git opened this issue Oct 14, 2023 · 4 comments

Comments

@JoeKep-git
Copy link

The steps have been followed on the raspberry pi and I have uncommented the mariadb line in the compose file and commented the mysql line.

However, there is a database error when running the compose command.

This error is:

no matching manifest for linux/arm/v8 in the manifest list entries

I am running a raspberry pi 4 model b

@karneaud
Copy link

I ran into an issue like this...are you running headless? ensure that the OS is also 64bit and not 32bit

@JoeKep-git
Copy link
Author

Yh, I am running headless and my Raspberry Pi is also 64 bit

@karneaud
Copy link

Yh, I am running headless and my Raspberry Pi is also 64 bit

Yes but ensure your operating system is also 64bits

@ryangurn
Copy link

ryangurn commented Feb 2, 2024

Try changing your image to the following without a tag so it uses the latest tag, this worked for me on my raspberry pi 4b.

Change from image: mariadb:10.4 to image: mariadb

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

3 participants