Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

ARM/RPI4 Support #28

Closed
wh1tenoise opened this issue Apr 22, 2020 · 4 comments
Closed

ARM/RPI4 Support #28

wh1tenoise opened this issue Apr 22, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@wh1tenoise
Copy link

Would it be possible to support the ARM platform? A RPI4 should be powerful enough to run this.

After quickly looking into it, a change from MySQL to MariaDB should suffice. Sadly, MySQL does not offer a ARM-Docker-image yet.

@0x0FB0 0x0FB0 added the enhancement New feature or request label Apr 22, 2020
@0x0FB0 0x0FB0 self-assigned this Apr 22, 2020
@0x0FB0
Copy link
Owner

0x0FB0 commented Apr 22, 2020

I'll check what can be done. As I needed an exact mysql image version, I'm almost sure it wont be the case of changing the image name.
I encourage you to also try to set it up.
I'll let you know once I've tested it.

@wh1tenoise
Copy link
Author

Thanks for the feedback!

Just to make a now expected debugging easier: Why did you need a specific version of MySQL? Any other limitations that might hinder the port to the ARM platform?

@0x0FB0
Copy link
Owner

0x0FB0 commented Apr 23, 2020

There was a problem with authentication method compability with django/celery.

btw. Are you sure your RPI will handle it? Minimal requirements are 8G of memory.

Sorry, i had no time to look bintobit yet. Will try it on the weekend.

@0x0FB0
Copy link
Owner

0x0FB0 commented Apr 24, 2020

OK

It seems that it the end you just need to change contents of ./db_storage/Dockerfile to:

FROM mariadb
# nothing else

remember to rebuild everything, so:

# docker-compose build --no-cache
# docker-compose up --force-recreate

Try that and let me know how it runs.

@0x0FB0 0x0FB0 closed this as completed Apr 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants