-
-
Notifications
You must be signed in to change notification settings - Fork 4
Upgradation
Jewel Shikder Jony edited this page Jan 20, 2025
·
5 revisions
Assuming you are using FAST and want to upgrade it to the latest version. There are 3 ways to upgrade FAST to the latest version:
This is the recommended way to upgrade FAST to the latest version.
- Open terminal and run
fast upgrade
. - If an update is available it will ask to download it. Enter
Yes
to download the latest update. - It will ask for upgrade model (
Clean
orDirty
).
3.1:Clean
means download the full setup package andDirty
means it only download thefast.jar
.
3.2: Downloading a clean installation is recommended. - Now It will download the selected latest version. Wait while it downloads.
- You're done ✅️
⚠️ If you want to force clean install, pass-f
as an argument. E.g.fast upgrade -f
If you want to do a clean install please follow this wiki.
- Make sure that FAST is already installed on your system.
- Run the the below command on Windows PowerShell.
iwr https://raw.githubusercontent.com/jewelshkjony/fast-cli/main/scripts/update/win.ps1 -useb | iex
- You're done. Check the version of updated FAST.
- Make sure that FAST is already installed on your system.
- Run the below command on terminal.
curl -fsSL https://raw.githubusercontent.com/jewelshkjony/fast-cli/main/scripts/update/install.sh | sh
- Done. Check the version of updated FAST.
- Download the update.zip from here.
- Open FileManager and navigate to the installation directory of FAST.
- Unzip the
update.zip
and replace thefast.jar
with the newly downloaded one. - You're done. Check the version of updated FAST.