Using convinience upgrade.sh script:
Starting v1.8.0, along with install.sh, you may use upgrade.sh to upgrade the version automatically. All you need to do is provide the new version's zip downloaded from BuiltByBit.
Upload the new version zip to your store directory.
Run
bash upgrade.sh <your zip file name>, for examplebash upgrade.sh "Light Store v1.9.0.zip".
Using Docker:
- Download the new zip from the BuiltByBit page
- Shut down the store:bash
docker compose down - On the remote machine, delete the old folder (containing the
docker-compose.ymlfile)WARNING
Deleting this directory will not delete your data. Your app data is stored in Docker volumes. As long as said volumes are not deleted, the data will persist.
- Upload the new zip and unzip, like in the installation procedure
- Run compose up to startbash
docker compose up -d --build
Manually:
Drag & drag the new source files, making sure to back up your .env. Then, follow installation steps for building assets.