BookmarkSubscribeRSS Feed
omperez
Calcite | Level 5

I'm trying to update from 2023.10 to 2424.03

When I ran de deployment gives me the message:

Failed to find release '20240504.1714808422601' for the cadence 'lts' and version '2024.03'

5 REPLIES 5
gwootton
SAS Super FREQ
How are you performing the update? Where do you see that message?
--
Greg Wootton | Principal Systems Technical Support Engineer
omperez
Calcite | Level 5

I'm using deployment operator. The message is from deployment operator logs.

gwootton
SAS Super FREQ
The message seems to be saying it can't find that specific release number when checking the repository warehouse. Are you supplying that release when building the deployment custom resource? Are you using an internal repository warehouse?
--
Greg Wootton | Principal Systems Technical Support Engineer
omperez
Calcite | Level 5

Yes, it is internal repository. I ran this command to create de deployment:

docker run --rm \
  -v $(pwd):mount-for-working-directory-inside-container \
  sas-orchestration \
  create sas-deployment-cr \
  --deployment-data new-certificates-information \
  --license new-license-information \
  --user-content location-of-deployment-files \
  --cadence-name stable-or-lts \
  --cadence-version new-cadence-version-number \
  --cadence-release new-cadence-release-number-or-double-quotation-marks \
> $deploy-sasdeployment.yaml

 

from mysas portal I've downloaded the assets with the certificates and license information. 

gwootton
SAS Super FREQ
The Deployment Operator calls ses.sas.download to pull the cadence release file when deploying. If you have modified this to use an internal repository warehouse (not a mirror registry) you would need to update the files in your repository warehouse for the new version you are trying to deploy. These would have been pulled down when you run mirrormgr.
--
Greg Wootton | Principal Systems Technical Support Engineer

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 5 replies
  • 654 views
  • 0 likes
  • 2 in conversation