#Upgrading an old repository
11 messages · Page 1 of 1 (latest)
Does the repo contain a backstage.json file? If so, that should tell you the current version
That's not the backstage.json file. That is a package.json
I would upgrade one minor version at a time. For example, from 1.8.3 to 1.9.x. Then from 1.9.x to 1.10.x, repeat.
https://backstage.io/docs/getting-started/keeping-backstage-updated/
to upgrade to a specific version what would the command be then?
running yarn backstage-cli help versions:bump should show you what to do