Ops One AG platform status and maintenance announcements. Times are indicated in local Swiss time. https://opsone.ch/.
All systems are operational
Scheduled Maintenance
GitLab Runner Docker Machine v0.16.2-gitlab.39

We will update GitLab Runner to version Docker Machine v0.16.2-gitlab.39.

Start maintenance window: 21/07/2025 23:00
Stop maintenance window: 22/07/2025 02:00

Mailcow 2025-07-legacy

We will update Mailcow to version 2025-07-legacy.

The release contains a security fix that was backported to the legacy release-train.

Context Info: With the new Mailcow Version 2025-03, some large changes were introduced. Adapting to these changes will take some time, which is why Mailcow is offering a legacy Update path until February 2026. Read more in the Mailcow Documentation

Start maintenance window: 21/07/2025 23:00
Stop maintenance window: 22/07/2025 02:00

Sentry 25.7.0

We will update Sentry to version 25.7.0.

Start maintenance window: 21/07/2025 23:00
Stop maintenance window: 22/07/2025 02:00

Imaginary 20250717_090710

We will update Imaginary to version 20250717_090710.

Start maintenance window: 21/07/2025 23:00
Stop maintenance window: 22/07/2025 02:00

Update Collabora 25.04.4.1.1

We will update Collabora to version 25.04.4.1.1.

Reference: #1589

Start maintenance window: 21/07/2025 23:00
Stop maintenance window: 22/07/2025 02:00

GitLab 18.1.2

We will update GitLab to version 18.1.2.

Start maintenance window: 21/07/2025 23:00
Stop maintenance window: 22/07/2025 02:00

Update GitLab Runner Docker v18.2.0

We will update GitLab Runner Docker to version 18.2.0.

Reference: #54

Start maintenance window: 21/07/2025 23:00
Stop maintenance window: 22/07/2025 02:00

GitLab Runner 18.2.0

We will update GitLab Runner to version 18.2.0.

Start maintenance window: 21/07/2025 23:00
Stop maintenance window: 22/07/2025 02:00

Past Incidents

Sunday 29th April 2018

No incidents reported

Saturday 28th April 2018

No incidents reported

Friday 27th April 2018

.CH/.LI: Maintenance, scheduled 7 years ago

SWITCH, the registry for .ch/.li domains, performs maintenance work on the EPP API.

Domain actions (registrations, modifications, transfers) are not possible during this downtime.

Start maintenance window: 27.04.2018 07:00 CEST Stop maintenance window: 27.04.2018 07:30 CEST

Thursday 26th April 2018

Nextcloud 13.0.2, scheduled 7 years ago

Nextcloud installations where upadted to Nextlcoud 13.0.2.

For details, please consult the Nectloud release notes.

Managed Server Version 5: Debian Updates, scheduled 7 years ago

php70 was updated to the latest version.

  • php70/unknown 7.0.30-ops-5228 amd64 [upgradable from: 7.0.29-ops-4608]
Managed Server Version 5: website: add http_redirect_dest parameter

This change adds the http_redirect_dest parameter to each website. On SSL enabled sites, we create a HTTP redirect vhosts which redirects all traffic to https://$server_name$request_uri by default ($server_name reflects the first host name defined on the current website). If you want to change this behaviour somehow, for example by keep the current hostname of the HTTP request, you can set http_redirect_dest to another value like https://$host$request_uri.

Furthermore, its possible to set the redirect destination globally through website::http_redirect_dest.

Closes #66

Wednesday 25th April 2018

No incidents reported

Tuesday 24th April 2018

No incidents reported

Monday 23rd April 2018

Managed Server Version 5: ProFTPD certificate options

By now, ProFTPD used a default certificate with CN=*.snowflakehosting.ch on each server. There was no possibility to override the certificate with another one.

With this change, we added the options tls_key, tls_crt, tls_key_file, tls_crt_file which you can use according to the updated documentation.

Without setting on of those options, a self signed certificated bearing the hostname of the server will be created and used for ProFTPD by default.

Closes #302