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 |
Our documentation wiki uses wiki.js, running in Docker, so upgrading is simple (theoretically).
- SSH as root to the documentation VM: ssdt-documentation.berea.edu
- Make sure that the wiki content backup is working: https://github.com/BCStudentSoftwareDevTeam/documentation
- Update the wiki and postgres images to the latest major version
docker-compose pull
- Stop the running containers
docker-compose stop
- Remove the old container
docker-compose rm
- Recreate the container in daemon mode
docker-compose up -d