Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 777 Bytes

upgrade-wiki.md

File metadata and controls

27 lines (23 loc) · 777 Bytes
title description published date tags editor dateCreated
Upgrade Wiki Documentation
true
2023-03-10 15:57:22 UTC
markdown
2023-03-10 15:57:22 UTC

Upgrade Wiki Docs

Our documentation wiki uses wiki.js, running in Docker, so upgrading is simple (theoretically).

  1. SSH as root to the documentation VM: ssdt-documentation.berea.edu
  2. Make sure that the wiki content backup is working: https://github.com/BCStudentSoftwareDevTeam/documentation
  3. Update the wiki and postgres images to the latest major version docker-compose pull
  4. Stop the running containers docker-compose stop
  5. Remove the old container docker-compose rm
  6. Recreate the container in daemon mode docker-compose up -d

Resources: