Changeset View
Changeset View
Standalone View
Standalone View
src/docs/user/upgrading.diviner
| Show First 20 Lines • Show All 47 Lines • ▼ Show 20 Lines | |||||
| You can now follow the upgrade process normally. | You can now follow the upgrade process normally. | ||||
| Upgrade Process | Upgrade Process | ||||
| =============== | =============== | ||||
| IMPORTANT: You **MUST** restart Apache or PHP-FPM after upgrading. | IMPORTANT: You **MUST** restart Apache or PHP-FPM after upgrading. | ||||
| IMPORTANT: You **MUST** upgrade `libphutil`, `arcanist` and `phabricator` at | |||||
| the same time. | |||||
| Phabricator runs on many different systems, with many different webservers. | Phabricator runs on many different systems, with many different webservers. | ||||
| Given this diversity, we don't currently maintain a comprehensive upgrade | Given this diversity, we don't currently maintain a comprehensive upgrade | ||||
| script which can work on any system. However, the general steps are the same | script which can work on any system. However, the general steps are the same | ||||
| on every system: | on every system: | ||||
| - Stop the webserver (including `php-fpm`, if you use it). | - Stop the webserver (including `php-fpm`, if you use it). | ||||
| - Stop the daemons, with `phabricator/bin/phd stop`. | - Stop the daemons, with `phabricator/bin/phd stop`. | ||||
| - Run `git pull` in `libphutil/`, `arcanist/` and `phabricator/`. | - Run `git pull` in `libphutil/`, `arcanist/` and `phabricator/`. | ||||
| ▲ Show 20 Lines • Show All 67 Lines • Show Last 20 Lines | |||||