Ops One AG platform status and maintenance announcements. Times are indicated in local Swiss time. https://opsone.ch/.
All systems are operational
Scheduled Maintenance
Managed Server 10: OpenSSH Security Configuration

For several years, we have followed the OpenSSH recommendations published by Mozilla to ensure a secure and reliable SSH environment. As Mozilla has discontinued updates to these guidelines, we have decided to align our configuration with the latest recommendations from OpenSSH and Debian. This change brings our setup in line with current best practices and ensures continued security and compatibility. The update affects the Ciphers, MACs, and KexAlgorithms used in our OpenSSH server configuration.

We do not expect any issues for our customers. However, if you experience any unexpected behavior, please let us know. We are happy to adjust the configuration for individual servers as needed.

Start maintenance window: 24/11/2025 09:00
Stop maintenance window: 24/11/2025 12:00

Update Collabora 25.04.7.2.1

We will update Collabora to version 25.04.7.2.1.

Reference: #1599

Start maintenance window: 24/11/2025 23:00
Stop maintenance window: 25/11/2025 02:00

LimeSurvey 6.15.23

We will update LimeSurvey to version 6.15.23.

Reference: #67

Start maintenance window: 24/11/2025 23:00
Stop maintenance window: 25/11/2025 02:00

Sentry 25.11.0

We will update Sentry to version 25.11.0.

Start maintenance window: 24/11/2025 23:00
Stop maintenance window: 25/11/2025 02:00

Past Incidents

Monday 2nd April 2018

No incidents reported

Sunday 1st April 2018

No incidents reported

Saturday 31st March 2018

No incidents reported

Friday 30th March 2018

No incidents reported

Thursday 29th March 2018

Managed Server Version 5: php update, scheduled 7 years ago

php70 and php72 was updated to the latest version.

  • php70/unknown 7.0.29-ops-4608 amd64 [upgradable from: 7.0.28-ops-4141]
  • ops-php72/unknown 7.2.4-ops-4607 amd64 [upgradable from: 7.2.3-ops-4262]
Managed Server Version 5: nodejs update, scheduled 7 years ago

Multiple vulnerabilities were discovered in nodejs. We have updated nodejs 6 to the latest version.

  • nodejs/unknown 6.14.0-1nodesource1 amd64 [upgradable from: 6.13.1-1nodesource1]
  • Changelog: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.14.0

Wednesday 28th March 2018

New Cockpit Version: CSV export and monthly email invoice

Features

  • Export invoice or billing preview as csv
  • Monthly invoice (pdf and csv) is sent to customers email address
Managed Server Version 5: Monitoring processes per user

On servers with many websites, its hard to identify the users responsible for a given workload. Therefore, we added a check which will monitor the number of processes running for each user.

Tuesday 27th March 2018

Managed Server Version 5: add global nginx config to disallow access to certain TYPO3 locations, scheduled 7 years ago

After removing a whole deny block yesterday, we discovered that this might led to open access to certain directories we missed in our previous investigation.

Therefore, we have added the following location to the global nginx configuration again:

location ~* "(?i)((.*typo3(conf)?)\/(|.*\/)((private|test|build)\/).*)" {
  deny all;
}