Greetings,
I restored a 2.3.3 backup. Did php bin/ magento cache:clean and flush. Still got message:
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.
How do I fix this? Thanks for your attention.
Solved! Go to Solution.
Error log shows
bin/magento must be run as a CLI application
I changed php from 7.2 to 7.3. Now site shows.
Hi @Sheba
Kindly follow below steps for resolve your issue:
It may help you!
Problem Solved? Please click on 'Kudos' & Accept as Solution!
Hi Bhanu,
I see no .maintenance.flag in /public_html/var. I did grep -ri and it is referenced in CHANGELOG.md.
I have cleared cache many times. 503 error still shows.
I also ran these commands, 503 error still shows