CC-2735: Upgrade script for 1.9.3
- general upgrade script - uncommented media monitor section in Monit config file
This commit is contained in:
parent
ad620577be
commit
ad5d669309
9 changed files with 508 additions and 0 deletions
|
@ -69,6 +69,9 @@ if (strcmp($version, "1.9.0") < 0){
|
|||
if (strcmp($version, "1.9.2") < 0){
|
||||
system("php ".__DIR__."/../upgrades/airtime-1.9.2/airtime-upgrade.php");
|
||||
}
|
||||
if (strcmp($version, "1.9.3") < 0){
|
||||
system("php ".__DIR__."/../upgrades/airtime-1.9.3/airtime-upgrade.php");
|
||||
}
|
||||
|
||||
|
||||
//set the new version in the database.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue