-
Notifications
You must be signed in to change notification settings - Fork 147
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
Failure to migrate to Porter v1 #3737
Comments
Hi @JaimieWi , v0.7.0 is going back in time a bit, didn't think anyone would be left on porter v0. Have you gone straight from v0.7.0 to v0.14.1? Have you looked at all the breaking changes listed https://github.com/microsoft/AzureTRE/releases on intermediate releases and dealt with them as required? Afraid you might be in unchartered territory. |
Hi @marrobi, Thank you for the quick reply! I know, sorry its such a big leap! I did go through each release, one at a time in our dev pipeline and managed to by pass other errors that occurred. This was all done within the temp TRE in our pipeline. It seems everything else is successful. I then merged into our DEVCI TRE and needed to update the firewall, which is where I noticed this issue..
|
At the time I believe there were only a small number of production deployments, so maybe a handful, most were in PoC/MVP hence did fresh installs. We, as a dev team did a number on our deployments. It might be worth raising an issue her e- https://github.com/getporter/porter/issues with the porter specific error. |
@marrobi Thank you, I will try raising the issue over there as well! |
@JaimieWi have you had any luck? |
@marrobi We discussed it internally and have made the decision to redeploy the TRE based on the newest version (and to keep on top of upgrades!) Thank you for your help |
Closing, issue abandoned |
I can see an error in the resource processor that indicates there is a failure in the migration process for porter.
We haven't run an upgrade to our TRE in a while and have only just discovered this error. We have managed to upgrade the TRE in every other aspect to v0.14.1, our DEV pipeline is all green.
Describe the bug
In our DEV TRE, any new resources create successfully. Updates to existing resources fails. For example the upgrade to the newer version of the firewall fails. We're unable to see any operations in the UI, in cosmos the error indicates it is unable to find the existing resource.
When checking the resource processor I can see that this is because the run.sh script failed at the porter migrate step
porter storage migrate --old-home "${PORTER_HOME_V0}" --old-account "azurestorage"
Further investigation shows an error stating:
error reading the schema from the old PORTER_HOME: no file found for schema: File does not exist
Steps to reproduce
Porter section of our dockerfile:
Notes:
Please could you advise on what our next steps should be
The text was updated successfully, but these errors were encountered: