Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
abills:docs:manual:update:ru [2017/12/17 12:57] 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 | ||
+ | |||
Строка 96: | Строка 114: | ||
* Обновлять ABillS с помощью git | * Обновлять ABillS с помощью git | ||
* Обновлять платные модули ( с возможностью покупки через консоль ) | * Обновлять платные модули ( с возможностью покупки через консоль ) | ||
- | * <del>Обновлять схему БД</del> | + | * Обновлять схему БД |
- | * <del>Обновлять лицензию</del> | + | * Обновлять лицензию |
<code> | <code> | ||
- | -D, --debug - numeric(1..7), level of verbosity | + | Usage: |
- | --branch - string, git branch to use for update | + | update.pl - script for updating ABillS |
- | --clean - reload full git repository | + | |
- | --prefix - ($base_dir), where your ABillS directory lives | + | Arguments: |
- | --tempdir - place where script store temprorary sources | + | -D, --debug - numeric(1..7), level of verbosity |
- | --source - which system to use while update cvs(untested) or git(default) | + | --branch - string, git branch to use for update |
- | --git-repo - username@host, where abills.git repository is located | + | --clean - reload full git repository |
- | --skip-check-sql - will not fault if your MySQL Server version is lower than recommended | + | --prefix - ($base_dir), where your ABillS directory lives |
- | --skip-backup - skip copying current sources | + | --tempdir - place where script store temprorary sources |
- | --login - support login | + | --source - which system to use while update cvs(untested) or git(default) |
- | --password - support password | + | --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-backup - skip copying current sources | ||
+ | --login - support login | ||
+ | --password - support password | ||
+ | --license, -dl - ONLY renew license | ||
</code> | </code> |