Hey everyone! I've been struggling with this for a...
# troubleshoot
c
Hey everyone! I've been struggling with this for a few days and haven't been able to fully figure it out - I was initially trying to get my metadata ingestion working again, because I think I was experiencing some versioning issues upon receiving this message
Unable to emit metadata to DataHub GMS
. My new focus was to update my datahub instance, so I updated acryl-datahub to 0.8.27 and then took a look at the
datahub-upgrade.sh
script. I attempted to run it and was met with the following message:
Copy code
Starting upgrade with id NoCodeDataMigration...
Cleanup has not been requested.
Skipping Step 1/6: RemoveAspectV2TableStep...
Executing Step 2/6: GMSQualificationStep...
Completed Step 2/6: GMSQualificationStep successfully.
Executing Step 3/6: UpgradeQualificationStep...
-- V1 table does not exist
Any pointers on how I can fix this? I know that versioning and instances can be a bit tricky to debug without the full context, so I'd be happy to hop on a quick call as well to sort out my instance if that's easier.
b
Hi @cool-painting-92220! You can ignore these logs, they seem unrelated to your instance. These are checks intended to automatically upgrade from a much older version of DataHub, which it seems you have not ever been on 🙂
cc @early-lamp-41924 For whether we can ignore running these, since it can be a bit confusing to see that container output
e
No need to run this! It is only for backward incompatible update from 0.7.x to 0.8.x
plus1 1
minor upgrades do not need any scripts!
c
Ah thanks @big-carpet-38439@early-lamp-41924! How can I best update my platform to a newer instance (currently I am on the old UI)? It seems that my old instance is having issues with the metadata ingestion, which did not used to be an issue when my acryl-datahub CLI was on a lower version
e
So if your old instance is on 0.8.X. You should just be able to use latest helm charts or docker-compose to deploy the latest version
no extra script is needed
b
Yep - just change the image tag to 0.8.27 🙂
c
Great, this worked for me! Thanks so much!
teamwork 1