| |
---|
| | 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 |
---|
| |
---|
| | |