-
Notifications
You must be signed in to change notification settings - Fork 59
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
Minio Upgrade #15241
Comments
We've been using Minio image built on Mar 28 10:10:12 2018 -0700
For dev I updated image to minio/minio:RELEASE.2023-04-13T03-08-07Z.fips and followed data migration procedure above. New admin console url for dev: https://minio-admin-dev.apps.silver.devops.gov.bc.ca For test I updated image to minio/minio:RELEASE.2022-09-25T15-44-53Z.fips (a slightly older image that does not require data migration - we can check to see if this will be sufficient in the interim, as we aim to migrate to google cloud storage eventually anyways) and the new admin console route is: https://minio-admin-test.apps.silver.devops.gov.bc.ca |
@seeker25 let me know if updating to minio/minio:RELEASE.2022-09-25T15-44-53Z.fips is good enough to resolve the outstanding issues (in the context of above comment) |
I was wondering why Minio wasn't working in TEST haha. Should we wire up DEV Payment / AUTH / LEAR? (not sure if LEAR uses minio) so it uses this new minio? @AshnaMehta probably would need your assistance here for testing. |
The api url should be unchanged - just admin console url changed. not sure what wiring up would necessary? |
Sounds good. @AshnaMehta could you test this functionality on DEV/TEST please? |
https://github.com/bcgov/sbc-auth/blob/main/auth-web/src/services/document.services.ts Need to be updated to work with the new version of Minio |
2 for us to figure out |
There's also a spot in |
AUTH-WEB done, I'll handle |
business-create-ui, business-filings-ui, auth-web, business-edit-ui is done. @AshnaMehta Could you please verify on DEV - business-create-ui, business-filings-ui, auth-web (business-edit-ui doesn't use After that's done, we can let Andriy know he can push the changes to TEST - We'll have to look at entity-filer and payment-jobs to ensure they're still working as well. I think you'll have to test it again after we push to TEST as well |
Cool thanks @AshnaMehta |
Ahh I was looking in the wrong spot - thank you for that. We need to wait until the UIs get pushed out to PROD before proceeding with moving Minio to Production. We also have to spot check the backend services to make sure minio is working correctly in TEST. |
We need to upgrade Minio because it doesn't support files (Affidavits) with commas and special characters.
It's also 4 years old.
The text was updated successfully, but these errors were encountered: