Page MenuHomePhabricator

D7861.id17781.diff
No OneTemporary

D7861.id17781.diff

Index: scripts/install/update_phabricator.sh
===================================================================
--- scripts/install/update_phabricator.sh
+++ scripts/install/update_phabricator.sh
@@ -33,13 +33,17 @@
# Stop the webserver (apache, nginx, lighttpd, etc). This command will differ
# depending on which system and webserver you are running: replace it with an
# appropriate command for your system.
+# NOTE: If you're running php-fpm, you should stop it here too.
+
sudo /etc/init.d/httpd stop
+
# Upgrade the database schema. You may want to add the "--force" flag to allow
# this script to run noninteractively.
$ROOT/phabricator/bin/storage upgrade
# Restart the webserver. As above, this depends on your system and webserver.
+# NOTE: If you're running php-fpm, restart it here too.
sudo /etc/init.d/httpd start
# Restart daemons.

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 30, 10:49 PM (5 d, 21 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7704783
Default Alt Text
D7861.id17781.diff (864 B)

Event Timeline