From e43fe85454423ebc049a2dd7c8a75a44c753db77 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 7 Mar 2016 23:37:07 +0100 Subject: [PATCH] Note that you should run upgrade procedure as the PHP user --- UPGRADE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADE b/UPGRADE index aaf9109e39..c175ee4f87 100644 --- a/UPGRADE +++ b/UPGRADE @@ -11,6 +11,9 @@ and follow this procedure: 0. Backup your data. The StatusNet upgrade discussions below have some guidelines to back up the database and files (mysqldump and rsync). + MAKE SURE YOU ARE THE SAME USER THAT RUNS THE PHP FILES WHILE PERFORMING + THE COMMANDS BELOW (I usually prepend the commands with 'sudo -u social') + 1. Stop your queue daemons (you can run this command even if you do not use the queue daemons): $ bash scripts/stopdaemons.sh