installation script upgrade

pull/473/head
OscarSotoSanchez 2020-05-06 16:44:47 +02:00
parent f9dd7cf58f
commit 1f7440354d
1 changed files with 5 additions and 3 deletions

View File

@ -218,17 +218,19 @@ upgrade_ov() {
printf '\n' printf '\n'
printf "\n 1. A new file 'docker-compose.yml' has been created with the new services" printf "\n 1. A new file 'docker-compose.yml' has been created with the new services"
printf '\n' printf '\n'
printf "\n 2. The current file '.env' has been kept but a new file '.env-VERSION' has been created." printf "\n 2. The current file '.env' has been kept but a new file '.env-%s' has been created." "${OPENVIDU_VERSION}"
printf "\n Please check the new file '.env-VERSION' use your data from the file '.env' and replace it" printf "\n Please check the new file '.env-%s' use your data from the file '.env' and replace it" "${OPENVIDU_VERSION}"
printf '\n to have the new improvements.' printf '\n to have the new improvements.'
printf '\n' printf '\n'
printf "\n 3. If you were using Openvidu Call it has been updated in the file 'docker-compose.override.yml'" printf "\n 3. If you were using Openvidu Call it has been updated in the file 'docker-compose.override.yml'"
printf "\n however if you are using your own application a file called 'docker-compose.override.yml-VERSION'" printf "\n however if you are using your own application a file called 'docker-compose.override.yml-%s'" "${OPENVIDU_VERSION}"
printf "\n has been created with the latest version of Openvidu Call, you can delete it or use it if you wish." printf "\n has been created with the latest version of Openvidu Call, you can delete it or use it if you wish."
printf '\n' printf '\n'
printf '\n 4. Start new version of Openvidu' printf '\n 4. Start new version of Openvidu'
printf '\n $ ./openvidu start' printf '\n $ ./openvidu start'
printf '\n' printf '\n'
printf "\n If you want to roll-back all the files from the previous installation are in the folder '.old-%s'" "${OPENVIDU_PREVIOUS_VERSION}"
printf '\n'
printf '\n For more information, check readme.md' printf '\n For more information, check readme.md'
printf '\n' printf '\n'
printf '\n' printf '\n'