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 Fleet Scaling: Migrate to Debian 13 as Base Image

The underlying VM on which GitLab CI/CD jobs are executed will be migrated to Debian 13.
This has no effect on the Docker image in which the respective job is executed, which is normally already debian:stable.

Reference: #67

Start maintenance window: 22/09/2025 23:00
Stop maintenance window: 23/09/2025 02:00

Mailcow important changes for update from legacy to master

We will update Mailcow from legacy to the newest master version, which contains the following breaking changes:

  1. Login With the update, the login screens for users, domain administrators, and administrators are now separate:

Users log in as usual at the following URL: https://mail.example.com/

Domain administrators now use https://mail.example.com/domainadmin

Administrators use https://mail.example.com/admin

The SOGo web interface is now only accessible via the user login at https://mail.example.com/; after a standard direct redirect to SOGo, the Mailcow settings are still accessible via the link (wrench icon, top right). The Login URL for Roundcube User does not change.

  1. Two-factor authentication (2FA) Users/mail accounts that have 2FA enabled must now use app passwords to log in via mail protocols such as SMTP/IMAP, etc., for example when using a local email client or the Roundcube web interface. Each user can create these after logging into their Mailcow account under "App Passwords".

Take a close look at the changes, update your documentation accordingly, and feel free to contact us at any time if you have any questions or concerns.

Start maintenance window: 29/09/2025 23:00
Stop maintenance window: 30/09/2025 02:00

Past Incidents

Wednesday 30th January 2019

No incidents reported

Tuesday 29th January 2019

Update Matomo 3.8.0, scheduled 6 years ago

We will update Matomo to version 3.8.0.

Start maintenance window: 29/01/2018 00:00 CEST
Stop maintenance window: 29/01/2018 02:00 CEST

Update GitLab 11.7.0, scheduled 6 years ago

We will update GitLab to version 11.7.0.

Start maintenance window: 29/01/2018 00:00 CEST
Stop maintenance window: 29/01/2018 02:00 CEST

Monday 28th January 2019

Managed Server Version 6: Website Service: Enable ModSecurity Web Application Firewall

As announced two weeks ago on Monday, January 14th (status message #230), we have enabled the new web application firewall in blocking mode.

For details, please take a look at the documentation, or contact us if you have any questions.

Reference: #291

Sunday 27th January 2019

No incidents reported

Saturday 26th January 2019

No incidents reported

Friday 25th January 2019

No incidents reported

Thursday 24th January 2019

Managed Server Version 6: respect custom webroot in type related cronjobs

Until now, type related cronjobs where bound to find their data at the default location. As soon as you set another webroot by supplying the custom_webroot parameter, the jobs did not found their executable and did not run anymore.

With this fix, all type related cronjobs will lookup the corresponding webroot set by the type or manually. Also, we changed the group those cronjob files belong to, to enable you to look at the global cronjobs by using the devop user for debugging purposes.

Closes #44

Managed Server Version 6: update VIM configuration

We encountered some questionable behaviour in Debian 9's VIM configuration. With this change, we switch back some of them:

  • disable filetype based intending, which did not work especially in YAML files
  • disable auto comment which added another comment after creating a new line from a comment
  • move swap and undo files into ~/tmp/ to prevent information leaks in /tmp/

If you know of more or better settings, please do not hesitate to contact us to add them to our default configuration.

See #507