-
Hello, I am trying to access MinIO and followed below guide https://docs.budibase.com/docs/accessing-minio, turned My budibase URL BTW, the reason why I want to access MinIO is I am going to migrate my Budibase, then I am thinkg to backup the uploaded files and move to my new Budibase manually. Is this a right way, or any other suggestion? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 19 replies
-
Try updating the minio-service section of the docker-compose.yaml with the following:
Let me know if that resolves your issue! |
Beta Was this translation helpful? Give feedback.
-
Hi @melohagan , thanks for you reply. I have recently upgrade Budibase, and found there's no Actually, the reason why I want to access MinIO is I am going to migrate my Budibase, and I have some uploaded files needs to be migrate as well. Is there any better way to migrate the upload files? Below are the new docker-compose.yaml minio-service config
|
Beta Was this translation helpful? Give feedback.
-
I had this issue 2 days ago (minio exiting with error 127) while running budibase using their default docker-compose.yaml. The issue for me was that I'm using repurposed ("upcycled" for the younger crowd) machines that have AMD G34 socket processors (Opteron 6128). Minio was throwing "Fatal glibc error: CPU does not support x86-64-v2" errors because the CPU does not support x86-64-v2. Replacing the Minio image from the yaml with the image from this page worked beautifully. Explicitly: |
Beta Was this translation helpful? Give feedback.
Try updating the minio-service section of the docker-compose.yaml with the following:
Let me know if that resolves your issue!