You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get-started/downgrade.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,25 @@
2
2
title: Downgrading Coolify
3
3
---
4
4
5
-
# Downgrading Coolify
6
-
If you're using [Coolify Cloud ↗](https://coolify.io/pricing/), please note that you **cannot** downgrade the version of Coolify, as the cloud instances are managed by the [Core Team ↗](/resource/team). If you are facing any issues, please contact [support ↗](/support).
The following instructions are for those who are self-hosting Coolify and wish to downgrade their instance.
7
+
<br />
9
8
10
-
If you're experiencing issues with the latest version of Coolify, you can easily downgrade to the previous version. Follow the steps below to perform a downgrade on your self-hosted instance.
9
+
If you're using [Coolify Cloud ↗](https://coolify.io/pricing/), the Coolify team handles all updates so you **cannot** downgrade the version of Coolify. If you are facing any issues, please contact [support ↗](/get-started/support).
11
10
12
-
::: danger CAUTION!!
13
-
**Downgrading can introduce issues, so it is recommended to test the downgrade process in a staging environment before applying it to your production server.**
11
+
12
+
For those who **self-host** Coolify, you can easily downgrade to the previous version. Follow the steps below to perform a downgrade on to a previous version.
13
+
14
+
:::danger **Backup First!**
15
+
> **Always back up your Coolify data before performing an downgrade.**
16
+
> **Downgrading can introduce issues that can be difficult to fix.**
14
17
:::
15
18
16
19
20
+
17
21
The Downgrade process involves the following three steps:
18
22
-[Disable Auto Update](#_1-disable-auto-update)
19
-
-[Login to the Server via SSH](#_2-login-to-your-server-via-ssh)
23
+
-[Login to Your Server via SSH](#_2-login-to-your-server-via-ssh)
20
24
-[Execute the Downgrade Command](#_3-execute-the-downgrade-command)
21
25
22
26
@@ -29,7 +33,7 @@ Before downgrading, it's important to disable the Auto Update feature to prevent
29
33
30
34
3. In the Settings menu, disable the **Auto Update** feature.
Replace `4.0.0-beta.369` with the version number you want to downgrade to.
49
53
50
54
For example, you can downgrade to `4.0.0-beta.333` or any previous version.
51
55
52
-
::: info 📌 Info
56
+
::: warning Note
53
57
Double-check the version number you are specifying to ensure you are downgrading to the correct version. You can check the Coolify [release notes ↗](https://github.com/coollabsio/coolify/releases) for version details.
0 commit comments