3. Start The New Server¶
With all dependencies upgraded and the new app version installed, all we need to do now is start the server.
Note
This is where your downtime should end.
Verify App Startup¶
Once the server is started, you'll want to make sure that it's actually running properly.
To verify that the application can start up correctly, the first thing to do (aside from visiting the site url to see if it loads) is to check the logs for startup errors.
sudo tail -f /opt/tomcat/logs/catalina.out
While there, you can also verify that any new database migrations are being applied correctly.