-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Yesto download the latest update. - It will ask for upgrade model (
CleanorDirty).
3.1:Cleanmeans download the full setup package andDirtymeans 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-fas 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.zipand replace thefast.jarwith the newly downloaded one. - You're done. Check the version of updated FAST.