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
Copy file name to clipboardExpand all lines: platform-enterprise_versioned_docs/version-23.4/enterprise/upgrade.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,28 @@ Follow these steps to upgrade your database instance and Platform Enterprise ins
11
11
**Breaking change in version 23.4**: MySQL 8 is now required. If you are running MySQL 5.6 or 5.7, you must upgrade your database to MySQL 8 before upgrading to version 23.4. See [General upgrade steps](#general-upgrade-steps) for database upgrade instructions.
12
12
:::
13
13
14
+
### General upgrade steps
15
+
14
16
:::caution
15
17
The database volume is persistent on the local machine by default if you use the `volumes` key in the `db` or `redis` section of your `docker-compose.yml` file to specify a local path to the DB or Redis instance. If your database is not persistent, you must back up your database before performing any application or database upgrades.
16
18
:::
17
19
18
-
1. Make a backup of the Seqera Platform database. If you use the pipeline optimization service and your `groundswell` database resides in a database instance separate from your Seqera database, make a backup of your `groundswell` database as well.
20
+
:::info
21
+
Starting from version 26.1, the frontend image running as root user will be deprecated. We recommend starting to switch to the [root-less image (also known as "unprivileged" image)](./platform-kubernetes#seqera-frontend-unprivileged) during this upgrade.
22
+
:::
23
+
24
+
1. Make a backup of the Seqera database. If you use the pipeline optimization service and your `groundswell` database resides in a database instance separate from your Seqera database, make a backup of your `groundswell` database as well.
19
25
1. Download the latest versions of your deployment templates and update your Seqera container versions:
20
26
-[docker-compose.yml](./_templates/docker/docker-compose.yml) for Docker Compose deployments
21
27
-[tower-cron.yml](./_templates/k8s/tower-cron.yml) and [tower-svc.yml](./_templates/k8s/tower-svc.yml) for Kubernetes deployments
28
+
1. If you're using Studios, download and apply the latest versions of the Kubernetes manifests:
If you have customized the default Studios container template images, you must ensure that you update to latest recommended versions. Templates using earlier versions of Connect (than defined in the latest `proxy.yml` and `server.yml`) may no longer be supported in your existing Studios environments. Refer to the [Studios migration documentation](../studios/managing#migrate-a-studio-from-an-earlier-container-image-template) for guidance on migrating to the most recent versions of Connect server and clients.
34
+
:::
35
+
22
36
1. Restart the application.
23
37
1. If you're using a containerized database as part of your implementation:
Copy file name to clipboardExpand all lines: platform-enterprise_versioned_docs/version-24.1/enterprise/upgrade.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,25 +11,28 @@ Follow these steps to upgrade your database instance and Platform installation:
11
11
From Seqera Enterprise version 23.4, MySQL 8 is the only supported database version. If you are upgrading from a version prior to 23.4 and running MySQL 5.6 or 5.7, you must upgrade your database to MySQL 8 before upgrading to version 24.1. See [General upgrade steps](#general-upgrade-steps) for database upgrade instructions.
12
12
:::
13
13
14
+
### General upgrade steps
15
+
14
16
:::caution
15
17
The database volume is persistent on the local machine by default if you use the `volumes` key in the `db` or `redis` section of your `docker-compose.yml` file to specify a local path to the DB or Redis instance. If your database is not persistent, you must back up your database before performing any application or database upgrades.
16
18
:::
17
19
18
-
1. Make a backup of the Seqera Platform database. If you use the pipeline optimization service and your `groundswell` database resides in a database instance separate from your Seqera database, make a backup of your `groundswell` database as well.
20
+
:::info
21
+
Starting from version 26.1, the frontend image running as root user will be deprecated. We recommend starting to switch to the [root-less image (also known as "unprivileged" image)](./platform-kubernetes#seqera-frontend-unprivileged) during this upgrade.
22
+
:::
23
+
24
+
1. Make a backup of the Seqera database. If you use the pipeline optimization service and your `groundswell` database resides in a database instance separate from your Seqera database, make a backup of your `groundswell` database as well.
19
25
1. Download the latest versions of your deployment templates and update your Seqera container versions:
20
26
-[docker-compose.yml](./_templates/docker/docker-compose.yml) for Docker Compose deployments
21
27
-[tower-cron.yml](./_templates/k8s/tower-cron.yml) and [tower-svc.yml](./_templates/k8s/tower-svc.yml) for Kubernetes deployments
22
-
1.**JVM memory configuration defaults (recommended)**: The following `JAVA_OPTS` environment variable is included in the deployment templates downloaded in the preceding step, to optimize JVM memory settings:
28
+
1. If you're using Studios, download and apply the latest versions of the Kubernetes manifests:
These baseline values are suitable for most deployments running moderate concurrent workflow loads.
29
-
30
-
:::tip
31
-
These are starting recommendations that may require tuning based on your deployment's workload. See [Backend memory requirements](./configuration/overview.mdx#backend-memory-requirements) for detailed guidance on when and how to adjust these values for your environment.
32
+
:::warning
33
+
If you have customized the default Studios container template images, you must ensure that you update to latest recommended versions. Templates using earlier versions of Connect (than defined in the latest `proxy.yml` and `server.yml`) may no longer be supported in your existing Studios environments. Refer to the [Studios migration documentation](../studios/managing#migrate-a-studio-from-an-earlier-container-image-template) for guidance on migrating to the most recent versions of Connect server and clients.
32
34
:::
35
+
33
36
1. Restart the application.
34
37
1. If you're using a containerized database as part of your implementation:
Copy file name to clipboardExpand all lines: platform-enterprise_versioned_docs/version-24.2/enterprise/upgrade.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,25 +11,28 @@ Follow these steps to upgrade your database instance and Platform Enterprise ins
11
11
From Seqera Enterprise version 23.4, MySQL 8 is the only supported database version. If you are upgrading from a version prior to 23.4 and running MySQL 5.6 or 5.7, you must upgrade your database to MySQL 8 before upgrading to version 24.2. See [General upgrade steps](#general-upgrade-steps) for database upgrade instructions.
12
12
:::
13
13
14
+
### General upgrade steps
15
+
14
16
:::caution
15
17
The database volume is persistent on the local machine by default if you use the `volumes` key in the `db` or `redis` section of your `docker-compose.yml` file to specify a local path to the DB or Redis instance. If your database is not persistent, you must back up your database before performing any application or database upgrades.
16
18
:::
17
19
20
+
:::info
21
+
Starting from version 26.1, the frontend image running as root user will be deprecated. We recommend starting to switch to the [root-less image (also known as "unprivileged" image)](./platform-kubernetes#seqera-frontend-unprivileged) during this upgrade.
22
+
:::
23
+
18
24
1. Make a backup of the Seqera database. If you use the pipeline optimization service and your `groundswell` database resides in a database instance separate from your Seqera database, make a backup of your `groundswell` database as well.
19
25
1. Download the latest versions of your deployment templates and update your Seqera container versions:
20
26
-[docker-compose.yml](./_templates/docker/docker-compose.yml) for Docker Compose deployments
21
27
-[tower-cron.yml](./_templates/k8s/tower-cron.yml) and [tower-svc.yml](./_templates/k8s/tower-svc.yml) for Kubernetes deployments
22
-
1.**JVM memory configuration defaults (recommended)**: The following `JAVA_OPTS` environment variable is included in the deployment templates downloaded in the preceding step, to optimize JVM memory settings:
28
+
1. If you're using Studios, download and apply the latest versions of the Kubernetes manifests:
These baseline values are suitable for most deployments running moderate concurrent workflow loads.
29
-
30
-
:::tip
31
-
These are starting recommendations that may require tuning based on your deployment's workload. See [Backend memory requirements](./configuration/overview.mdx#backend-memory-requirements) for detailed guidance on when and how to adjust these values for your environment.
32
+
:::warning
33
+
If you have customized the default Studios container template images, you must ensure that you update to latest recommended versions. Templates using earlier versions of Connect (than defined in the latest `proxy.yml` and `server.yml`) may no longer be supported in your existing Studios environments. Refer to the [Studios migration documentation](../studios/managing#migrate-a-studio-from-an-earlier-container-image-template) for guidance on migrating to the most recent versions of Connect server and clients.
32
34
:::
35
+
33
36
1. Restart the application.
34
37
1. If you're using a containerized database as part of your implementation:
Copy file name to clipboardExpand all lines: platform-enterprise_versioned_docs/version-25.1/enterprise/upgrade.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,25 +11,28 @@ Follow these steps to upgrade your database instance and Platform Enterprise ins
11
11
From Seqera Enterprise version 23.4, MySQL 8 is the only supported database version. If you are upgrading from a version prior to 23.4 and running MySQL 5.6 or 5.7, you must upgrade your database to MySQL 8 before upgrading to version 25.1. See [General upgrade steps](#general-upgrade-steps) for database upgrade instructions.
12
12
:::
13
13
14
+
### General upgrade steps
15
+
14
16
:::caution
15
17
The database volume is persistent on the local machine by default if you use the `volumes` key in the `db` or `redis` section of your `docker-compose.yml` file to specify a local path to the DB or Redis instance. If your database is not persistent, you must back up your database before performing any application or database upgrades.
16
18
:::
17
19
20
+
:::info
21
+
Starting from version 26.1, the frontend image running as root user will be deprecated. We recommend starting to switch to the [root-less image (also known as "unprivileged" image)](./platform-kubernetes#seqera-frontend-unprivileged) during this upgrade.
22
+
:::
23
+
18
24
1. Make a backup of the Seqera database. If you use the pipeline optimization service and your `groundswell` database resides in a database instance separate from your Seqera database, make a backup of your `groundswell` database as well.
19
25
1. Download the latest versions of your deployment templates and update your Seqera container versions:
20
26
-[docker-compose.yml](./_templates/docker/docker-compose.yml) for Docker Compose deployments
21
27
-[tower-cron.yml](./_templates/k8s/tower-cron.yml) and [tower-svc.yml](./_templates/k8s/tower-svc.yml) for Kubernetes deployments
22
-
1.**JVM memory configuration defaults (recommended)**: The following `JAVA_OPTS` environment variable is included in the deployment templates downloaded in the preceding step, to optimize JVM memory settings:
28
+
1. If you're using Studios, download and apply the latest versions of the Kubernetes manifests:
These baseline values are suitable for most deployments running moderate concurrent workflow loads.
29
-
30
-
:::tip
31
-
These are starting recommendations that may require tuning based on your deployment's workload. See [Backend memory requirements](./configuration/overview.mdx#backend-memory-requirements) for detailed guidance on when and how to adjust these values for your environment.
32
+
:::warning
33
+
If you have customized the default Studios container template images, you must ensure that you update to latest recommended versions. Templates using earlier versions of Connect (than defined in the latest `proxy.yml` and `server.yml`) may no longer be supported in your existing Studios environments. Refer to the [Studios migration documentation](../studios/managing#migrate-a-studio-from-an-earlier-container-image-template) for guidance on migrating to the most recent versions of Connect server and clients.
32
34
:::
35
+
33
36
1. Restart the application.
34
37
1. If you're using a containerized database as part of your implementation:
0 commit comments