Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 737 Bytes

upgrading-wikijs.md

File metadata and controls

22 lines (16 loc) · 737 Bytes

Upgrading WikiJS 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.

Once version is updated, recreate container so it can use new version.

Upgrading the container.

docker-compose up -d

Checking the container logs.

docker-compose logs -f