diff --git a/app/Notifications/TransactionalEmails/MaintenanceNotice.php b/app/Notifications/TransactionalEmails/MaintenanceNotice.php index 8fb2567fc8..8bda2a5bd0 100644 --- a/app/Notifications/TransactionalEmails/MaintenanceNotice.php +++ b/app/Notifications/TransactionalEmails/MaintenanceNotice.php @@ -56,6 +56,7 @@ class MaintenanceNotice extends CustomEmailNotification 'euAbbr' => $startEu->format('T'), 'durationMinutes' => $this->durationMinutes, 'subscriptionUrl' => 'https://app.coolify.io/subscription', + 'subscriptionNewUrl' => 'https://app.coolify.io/subscription/new', ]); return $mail; diff --git a/resources/views/emails/maintenance-notice.blade.php b/resources/views/emails/maintenance-notice.blade.php index d7d7107456..41b2cf584f 100644 --- a/resources/views/emails/maintenance-notice.blade.php +++ b/resources/views/emails/maintenance-notice.blade.php @@ -9,7 +9,7 @@
Dear Coolify Cloud Customer,
-+
@if ($daysFromNow <= 0) Today we will perform a scheduled maintenance to migrate Coolify Cloud from v4 to v5. The maintenance window: @elseif ($daysFromNow === 1) @@ -32,25 +32,26 @@
- During the {{ $durationMinutes }}-minute window (it may complete sooner), the Coolify Cloud dashboard at app.coolify.io will be offline and inaccessible. +
+ During the {{ $durationMinutes }}-minute window (it may complete sooner), the Coolify Cloud dashboard at app.coolify.io and the API at app.coolify.io/api will be offline and inaccessible.
Your account is inactive (no active subscription for 90+ days). Unless you resubscribe before the maintenance window, your account will not be migrated to v5 and your data will be permanently deleted.
+Your account is inactive (no active subscription for 90+ days). Unless you resubscribe before the maintenance window, your account will not be migrated to v5 and your data will be permanently deleted.
@else -Yes. Resubscribe before the maintenance window to keep your account: {{ $subscriptionUrl }}
+Yes. Resubscribe before the maintenance window to keep your account: resubscribe here.
@else @if ($hasInactiveTeams) -Before the maintenance window: Yes.
-Before the maintenance window: Yes.
+Before the maintenance window: No.
-Before the maintenance window: No.
+After the maintenance window: Yes (~10 minutes of work for most users):
-After the maintenance window: Yes (~10 minutes of work for most users):
+Full details in the v5 upgrade guide.
+Full details in the v5 upgrade guide.
@endif+
No. This is a required migration to a more reliable, modern and improved Coolify architecture and applies to all Cloud customers.
- Reach out to us in the #migration channel on Discord or simply reply to this email. +
+ Reach out to us in the migration channel on the coolLabs Discord or simply reply to this email.
-Thanks,
The Coolify Team
Thanks,
The Coolify Team
You're receiving this email because you have a Coolify Cloud account at coolify.io.
+You're receiving this email because you have a Coolify Cloud account at coolify.io.