Update Readme with documentation for the restore process.
This commit is contained in:
parent
fd819ccb34
commit
e120257ee1
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -17,6 +17,22 @@ The package aims to a low load sceanrio.
|
||||||
|
|
||||||
This is under development.
|
This is under development.
|
||||||
|
|
||||||
|
## Manual restore
|
||||||
|
|
||||||
|
1) Scale Jira deployment down:
|
||||||
|
kubectl scale deployment jira --replicas=0
|
||||||
|
|
||||||
|
2)apply backup and restore pod:
|
||||||
|
kubectl apply -f src/main/resources/backup/backup-restore.yaml
|
||||||
|
|
||||||
|
3) exec into pod and execute restore pod
|
||||||
|
kubectl exec -it backup-restore -- /usr/local/bin/restore.sh
|
||||||
|
|
||||||
|
4) Scale Jira deployment up:
|
||||||
|
kubectl scale deployment jira --replicas=1
|
||||||
|
|
||||||
|
5) Update index of Jira:
|
||||||
|
Jira > Settings > System > Advanced > Indexing
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright © 2021 meissa GmbH
|
Copyright © 2021 meissa GmbH
|
||||||
|
|
Reference in a new issue