Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1 KB

upgrading-kiwitcms.md

File metadata and controls

32 lines (24 loc) · 1 KB

Upgrading Kiwi TCMS to latest Stable Release.

NOTE - Before proceeding further please make sure that you have created a backup. If not then follow Backup and Restore to create a backup.

Identify the latest released version.

Once the latest released version is identified we can update the corresponding version in the docker-compose.yml file.

As of now Kiwi TCMS does not provide any versioned image. The image with latest tag get replaced every time when a new image released.

Upgrading the container.

docker-compose up -d

Checking the container logs.

docker-compose logs -f

Upgrading Kiwi TCMS.

docker-compose exec -it kiwitcms /Kiwi/manage.py upgrade

Verify that database migration is successful.

docker-compose exec -it kiwitcms /Kiwi/manage.py showmigrations