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
@@ -64,7 +64,7 @@ Installation takes about 10–15 minutes. At the end you'll see:
64
64
65
65
```
66
66
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
67
-
CIPI v4.0.0 INSTALLED SUCCESSFULLY
67
+
CIPI vX.Y.Z INSTALLED SUCCESSFULLY
68
68
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
69
69
70
70
MariaDB Root
@@ -596,7 +596,7 @@ The update process:
596
596
4. Runs **migration scripts** if the new version requires system changes (e.g., new Nginx config directives, new packages)
597
597
5. Updates the version file
598
598
599
-
Migration scripts live in `lib/migrations/` and are named by version (e.g., `4.1.0.sh`). When updating from v4.0.0 to v4.2.0, Cipi automatically runs `4.1.0.sh` and `4.2.0.sh` in order. This means Cipi can evolve the server configuration over time without requiring a full reinstall.
599
+
Migration scripts live in `lib/migrations/` and are named by version (e.g., `4.1.0.sh`). When updating, Cipi automatically runs any migration scripts newer than the installed version in order. This means Cipi can evolve the server configuration over time without requiring a full reinstall.
600
600
601
601
**Your apps, databases, and configurations are never touched by updates.** Only Cipi's own scripts are replaced.
0 commit comments