upgrade errors - getting to 2024.2.1.25

Trying to update everything before moving to the next-big-thing. 

 

Followed these steps (for ‘major’ upgrade): https://www.jetbrains.com/help/space/migrate-from-earlier-versions.html#major-updates

 

Getting this error: 

 

 space 2024-07-01 15:49:15.733 [main] ERROR circlet.server.SpaceServer [] - Failed to start circlet                                                                             │
│ space circlet.platform.a.m.d: Exception configuring db connection for DbSchemaKey(dbUrl='jdbc:postgresql://space-db.chmkjyggpvco.us-west-2.rds.amazonaws.com:5432/space', sche │
│ ma='spacedb').                                                                                                                                                                 │
│ space     at circlet.platform.a.m.u.a(u.java:65)                                                                                                                               │
│ space     at circlet.platform.a.m.u.a(u.java:351)                                                                                                                              │
│ space     at circlet.platform.a.m.u$h.invokeSuspend(u$h.java)                                                                                                                  │
│ space     at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)                                                                            │
│ space     at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:270)                                                                                     │
│ space     at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)                                                                                         │
│ space     at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)                                                                            │
│ space     at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)                                                                                                      │
│ space     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)                                                                                       │
│ space     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)                                                                                      │
│ space     at java.base/java.lang.Thread.run(Unknown Source)                                                                                                                    │
│ space Caused by: circlet.platform.a.m.c.b: Attempt to upgrade from 2023.2.0.128 to version 2024.2.1.25 has failed. One or more mandatory version was not installed before.Plea │
│ se, check the docs about upgrade process.                                                                                                                                      │
│ space     at circlet.platform.a.m.c.h.c(h.java:34)                                                                                                                             │
│ space     at circlet.platform.a.m.c.DBVersionProvider$a.a(DBVersionProvider$a.java:6)                                                                                          │
│ space     at circlet.platform.a.m.c.h.m(h.java:30)                                                                                                                             │
│ space     at circlet.platform.a.m.u.a(u.java:302)             

 

 

How should I remedy this?

0
3 comments
Dear Ethrbunny, 

The attempt to upgrade from 2023.2.0.128 to version 2024.2.1.25 has failed. One or more mandatory versions were not installed before. Please check the docs about an upgrade process: https://www.jetbrains.com/help/space/migrate-from-earlier-versions.html

It is necessary to upgrade in two steps - first up to 2024.1 and then to the latest.

Have a great day!
1

For the k8 install all the docs (that I could find) just said “for a major version update” - follow the directions.

I figured there might be an intermediary version but not clear on how to locate it. Looking around now.

0

FWIW: 

# to get all available versions

helm -n ${KUBE_NAMESPACE} search repo --versions 

# to install a specific version (not necc latest)

helm -n ${KUBE_NAMESPACE} upgrade ${SPACE_RELEASE_NAME} ${HELM_REPO}/${CHART_NAME} -f values.yaml --version 2024.xx.xx

 

0

Please sign in to leave a comment.