-
Notifications
You must be signed in to change notification settings - Fork 39
Log the output of 'occ maintenance:mode --off' if it fails #617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
It turns out that |
|
Yeah, do we have a helper somewhere for that? |
|
Any news @julien-nc ? :) |
d671ab5 to
48f413a
Compare
2092392 to
1a365e2
Compare
|
you also need |
|
@skjnldsv It does not make any change to index.php if I run |
|
The failure comes from the changes in vendor I think. |
…mand if it fails Signed-off-by: Julien Veyssier <[email protected]>
1a365e2 to
4b1318e
Compare
e61eef3 to
bcdb6a9
Compare
Signed-off-by: Côme Chilliet <[email protected]>
bcdb6a9 to
f183e46
Compare
If the return code of
occ maintenance:mode --offis not 0, we might be interested in the command output.We can backport this to 31, 30 and 29.