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: packages/exoframe-website/docs/migrating/6-to-7.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ sidebar_position: 1
7
7
## TL;DR
8
8
9
9
- When upgrading to v7 - you will have to run `exoframe update` twice - first to update server to latest version, then to let server upgrade Traefik to v3 (Exoframe v6 only upgraded to latest v2).
10
-
- The Exoframe server itself can be upgraded either with `exoframe upgrade` or by running the new `install.sh` script.
10
+
- The Exoframe server itself can be upgraded either with `exoframe upgrade` or by running the new `install.sh` script (make sure to pull traefik and exoframe-server images before running the script).
11
11
- Exoframe CLI now requires `deploy` subcommand to be explicitly passed. So, instead of `exoframe [-u] [folder]` you have to do `exoframe deploy [-u] [folder]`
12
12
- Config for both Exoframe CLI and Exoframe Server is now located under `$XDG_CONFIG_HOME/exoframe` instead of `$HOME/.exoframe`
13
13
- Server upgrade handles that automatically since it's a mount
0 commit comments