You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrating from Venona `< 1.x.x` to `> 1.x.x` is not done automatically, please use the [migration script](https://github.com/codefresh-io/venona/blob/release-1.0/scripts/migration.sh) to do that, check out which environment variables are required to run it.
61
+
Migrating from Venona `< 1.x.x` to `> 1.x.x` is not done automatically, please run the follwing
61
62
```bash
62
-
# This script comes to migrate old versions of Venona installation ( version < 1.x.x ) to new version (version >= 1.0.0 )
63
-
# Please read carefully what the script does.
64
-
# There will be a "downtime" in terms of your builds targeted to this runtime environment
65
-
# Once the script is finished, all the builds during the downtime will start
66
-
# The script will:
67
-
# 1. Create new agent entity in Codefresh using Codefresh CLI - give it a name $CODEFRESH_AGENT_NAME, default is "codefresh"
68
-
# 2. Install the agent on you cluster pass variables:
69
-
# a. $VENONA_KUBE_NAMESPACE - required
70
-
# b. $VENONA_KUBE_CONTEXT - default is current-context
71
-
# c. $VENONA_KUBECONFIG_PATH - default is $HOME/.kube/config
72
-
# 3. Attach runtime to the new agent (downtime ends) - pass $CODEFRESH_RUNTIME_NAME - required
0 commit comments