Skip to content

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.

  1. Upload the new version zip to your store directory.

  2. Run bash upgrade.sh <your zip file name>, for example bash upgrade.sh "Light Store v1.9.0.zip".

Using Docker:

  1. Download the new zip from the BuiltByBit page
  2. Shut down the store:
    bash
    docker compose down
  3. On the remote machine, delete the old folder (containing the docker-compose.yml file)

    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.

  4. Upload the new zip and unzip, like in the installation procedure
  5. Run compose up to start
    bash
    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.