Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
abills:docs:manual:update:ru [2018/03/20 11:36] anton [Обновление с помощью новой утилиты] |
abills:docs:manual:update:ru [2018/04/17 09:28] (текущий) asmodeus [Обновление свобоодной версии в ручном режиме] |
||
---|---|---|---|
Строка 86: | Строка 86: | ||
| | ||
cp /usr/abills/misc/freeradius/v2/default_rlm_perl | cp /usr/abills/misc/freeradius/v2/default_rlm_perl | ||
+ | |||
+ | |||
+ | ====Обновление свобоодной версии в ручном режиме==== | ||
+ | |||
+ | * Заходим на страницу билинга | ||
+ | * Смотрим внизу версию билинга | ||
+ | * Сверяем с ChangeLogs http://abills.net.ua/wiki/doku.php/abills:changelogs:0.7x или abills/CHANGES | ||
+ | * Если есть изменения заходим /Система/SQL comander вносим их в базу | ||
+ | * Делаем бекап текущей системы | ||
+ | |||
+ | # cp -rpf /usr/abills /usr/abills_old | ||
+ | |||
+ | * На сервере биллинга обновляем исходники. | ||
+ | |||
+ | # fetch abills-0.xx.xx.tgz | ||
+ | # tar zxvf abills-0.xx.xx.tgz | ||
+ | # cp -rf abills/* /usr/abills | ||
+ | |||
Строка 110: | Строка 128: | ||
--tempdir - place where script store temprorary sources | --tempdir - place where script store temprorary sources | ||
--source - which system to use while update cvs(untested) or git(default) | --source - which system to use while update cvs(untested) or git(default) | ||
- | --git-repo - username@host, where abills.git repository is located | + | --git-repo - username@host, where abills.git repository is located (git@abills.net.ua) |
--skip-check-sql - will not fault if your MySQL Server version is lower than recommended | --skip-check-sql - will not fault if your MySQL Server version is lower than recommended | ||
--skip-backup - skip copying current sources | --skip-backup - skip copying current sources |