Commit 870274a1 authored by Sören Wacker's avatar Sören Wacker
Browse files

Make homepage news state the migration deadline and that both environments are down 3-11 October

parent 65d8c30e
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -280,6 +280,12 @@ code, pre, .highlight {
      color: #fff;
    }

    .daic-news-title {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 0.25rem;
    }

    a {
      color: #FFB627;
      font-weight: 600;
+3 −3
Original line number Diff line number Diff line
---
title: "DAIC maintenance: 3-11 October 2026"
date: 2026-06-26
description: "Scheduled DAIC downtime due to TU Delft data centre maintenance."
description: "Both the current and the new DAIC environment are unavailable from 3 to 11 October 2026 due to TU Delft data centre maintenance."
tags: ["maintenance", "announcement", "downtime"]
---

DAIC will be **unavailable from 3-11 October 2026** due to planned maintenance in TU Delft's data centres.
DAIC will be **unavailable from 3-11 October 2026** due to planned maintenance in TU Delft's data centres. This applies to **both the current and the new DAIC environment**: neither can be used during the maintenance window.

Please plan your work accordingly. Jobs running before the maintenance may be interrupted, and new jobs should not be scheduled during this period.

@@ -13,4 +13,4 @@ The maintenance may also affect other ICT services, including parts of the centr

For more information about the maintenance, please see the [TU Delft ICT announcement](https://intranet.tudelft.nl/en/group/guest/ict-en/data-centre-maintenance).

DAIC will return to service after the maintenance window has been completed.
After the maintenance window, from 12 October 2026, only the new DAIC environment returns to service. See the [migration announcement]({{< relref "2026-07-06-daic-migration-begins.md" >}}) for the timeline.
+2 −2
Original line number Diff line number Diff line
---
title: "DAIC migration: the new environment is now available"
date: 2026-07-06
description: "The new DAIC environment is now available for testing and gradual migration."
description: "Migrate to the new DAIC environment before 2 October 2026. From 12 October 2026 only the new environment is available."
tags: ["migration", "documentation"]
---

@@ -10,7 +10,7 @@ The new DAIC environment is now available for testing and gradual migration.
## Migration timeline

- **Now - 2 October:** both the current and new DAIC environments are available. We encourage users to start migrating and testing their workflows on the new environment.
- **3 -11 October:** planned maintenance week. Please assume DAIC will be unavailable during this period.
- **3-11 October:** planned [maintenance week]({{< relref "2026-06-26-daic-maintenance.md" >}}). Neither the current nor the new DAIC environment is available during this period.
- **From 12 October onwards:** only the new DAIC environment will be available.

## Documentation
+4 −7
Original line number Diff line number Diff line
@@ -9,13 +9,10 @@
  {{- range $newsPages -}}
<div class="alert alert-warning daic-news-alert" role="alert">
  <h5>{{ .Date.Format "2006-01-02" }}</h5>
  <p>
    {{- if .Description -}}
      {{ .Description }}
    {{- else -}}
      {{ .Title }}
    {{- end -}}
  </p>
  <p class="daic-news-title">{{ .Title }}</p>
  {{- with .Description }}
  <p>{{ . }}</p>
  {{- end }}
  <p><a href="{{ .RelPermalink }}">Read more -></a></p>
</div>
  {{- end -}}