How to Upgrade Intel® SceneScape#
This guide provides step-by-step instructions to upgrade your Intel® SceneScape deployment to a new version. By completing this guide, you will:
Migrate configuration and data directories.
Deploy the latest version of Intel® SceneScape.
Validate and troubleshoot common upgrade issues.
This task is essential for maintaining access to the latest features and fixes in Intel® SceneScape while preserving existing data and services.
Prerequisites#
Before You Begin, ensure the following:
You have an existing Intel® SceneScape v1.3.0 installation with directories
db/
,media/
,migrations/
,secrets/
,model_installer/models/
, and adocker-compose.yml
file.
How to Upgrade Intel® SceneScape from v1.3.0#
Checkout latest SceneScape sources:
git checkout main
Build the New Release:
make build-all
Run the upgrade-database script:
bash manager/tools/upgrade-database
Bring up services to verify upgrade:
make demo
Log in to the Web UI and verify that data and configurations are intact.
Troubleshooting#
Accidental Execution of deploy.sh in New Directory Before Migration:
Delete
db/
,media/
,migrations/
,secrets/
,model_installer/models/
, anddocker-compose.yml
inNEW_SCENESCAPE_DIR
Restart from Step 3
pg_backup Container Already Running Error:
Stop all active containers:
docker stop $(docker ps -q)
Re-run the deploy script:
./deploy.sh