You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When trying to deploy the AppFlowy-Cloud via docker compose on an old CPU, that does not support x86-64-v2, minio exits with an error 127
To Reproduce
Steps to reproduce the behavior:
Clone the repo, cd into it and set up the .env file. Running the server via docker compose up results in an error:
minio-1 | Fatal glibc error: CPU does not support x86-64-v2
minio-1 exited with code 127
Expected behavior minio container starting without errors
Desktop
OS: Linux astra1 4.15.3-177-hardened #astra28+ci25 SMP Thu Feb 9 17:40:34 UTC 2023 x86_64 GNU/Linux
CPU: AMD Phenom(tm) II X6 1100T
AppFlowy-Cloud version: 0.6.13
Fixing steps
Changing the minio image version to minio/minio:RELEASE.2023-11-01T01-57-10Z-cpuv1 in docker-compose.yml:
Describe the bug
When trying to deploy the AppFlowy-Cloud via docker compose on an old CPU, that does not support x86-64-v2,
minio
exits with an error 127To Reproduce
Steps to reproduce the behavior:
Clone the repo,
cd
into it and set up the.env
file. Running the server viadocker compose up
results in an error:Expected behavior
minio
container starting without errorsDesktop
Fixing steps
Changing the minio image version to
minio/minio:RELEASE.2023-11-01T01-57-10Z-cpuv1
indocker-compose.yml
:Original solution poster
I wish it was noted somewhere in
doc/DEPLOYMENT.md
The text was updated successfully, but these errors were encountered: