Update update hint
1 parent dceb304 commit 900ddc7ca479b2cd34fc262693539da78d5b6fc5
@Pascal Gollor Pascal Gollor authored on 7 Aug 2019
Showing 1 changed file
View
6
README.md
1. Commit your local changes. Changes in `gitbucket.conf` will be ignored! Pull changes from repository master via `git pull` or `git merge`.
 
2. Backup
```
./backup.sh backup all
./ backup_and_restore.sh backup all
```
 
3. get the new image
Shutdown and remove your images. This will not delete your mysql database volume.
docker-compose up -d --remove-orphans
```
 
4. cleanup your docker environment
This step is optional. Please do this only if you understand the next line.
This step is optional. Please only do this if you understand the next line.
```
docker rmi -f $(docker images -f "dangling=true" -q)
```
 
5. restore ssh keys
```
./backup.sh restore sshkeys
./ backup_and_restore.sh restore sshkeys
```
 
 
### Plugins