Upgrading SENTIENT ANALYTICS to latest 1.15.0 (1.15.0.4)
SENTIENT ANALYTICS service upgrade
- Create a dump of your database:
1
docker compose exec postgres sh -c "pg_dump -U postgres sentient-analytics > /var/lib/postgresql/data/sentient-analytics_dump"
-
Change the version of the
sentient/sentient-analyticsandsentient/sentient-analytics-python-executorin thedocker-compose.ymlfile to the 1.15.0.4. -
Execute the following commands:
1 2 3 4
docker pull sentient/sentient-analytics:1.15.0.4 docker compose stop sentient-analytics docker compose run --rm -e UPGRADE_SENTIENT_ANALYTICS=true sentient-analytics docker compose up -d
Sync SENTIENT ANALYTICS with SENTIENT
After upgrade, itβs necessary to sync SENTIENT ANALYTICS with SENTIENT. You can find out how to do it here.