mirror of
https://github.com/QingdaoU/oj-docs.git
synced 2024-12-28 07:21:43 +00:00
feat: add upgrade
This commit is contained in:
parent
937371cdd7
commit
cf4c5e7719
@ -4,6 +4,7 @@
|
||||
- [Judge Environment](en/guide/judge_environment.md)
|
||||
- Management
|
||||
- [Backup & Restore](en/management/backup_and_restore.md)
|
||||
- [Upgrade](en/management/upgrade.md)
|
||||
- Development
|
||||
- [Architecture](en/development/architecture.md)
|
||||
- [Build](en/development/build.md)
|
||||
|
11
en/management/upgrade.md
Normal file
11
en/management/upgrade.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Upgrade
|
||||
|
||||
## Minor Updates
|
||||
|
||||
If no breaking changes between two versions, we can just update deploy config and restart.
|
||||
|
||||
```bash
|
||||
git pull
|
||||
git checkout $version
|
||||
docker compose up -d
|
||||
```
|
Loading…
Reference in New Issue
Block a user