Problems after upgrade... How to recover?

Discussion in 'General' started by brafi, Mar 12, 2020.

  1. brafi

    brafi New Member

    Hi

    After upgrading (stable) ISPconfig 3 to the latest version, Apache wont start.


    root@web:~# systemctl status apache2.service
    ● apache2.service - The Apache HTTP Server
    Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
    Active: failed (Result: exit-code) since Thu 2020-03-12 19:10:27 UTC; 1h 12min ago
    Process: 18052 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)

    Mar 12 19:10:08 web systemd[1]: Starting The Apache HTTP Server...
    Mar 12 19:10:27 web apachectl[18052]: Action 'start' failed.
    Mar 12 19:10:27 web apachectl[18052]: The Apache error log may have more information.
    Mar 12 19:10:27 web systemd[1]: apache2.service: Control process exited, code=exited status=1
    Mar 12 19:10:27 web systemd[1]: Failed to start The Apache HTTP Server.
    Mar 12 19:10:27 web systemd[1]: apache2.service: Unit entered failed state.
    Mar 12 19:10:27 web systemd[1]: apache2.service: Failed with result 'exit-code'.


    upload_2020-3-12_21-22-43.png

    When I upgraded, it was asking to backup, and I said yes. :)

    How do I recover from this backup, to see if it solves the problem, and I can get my data and mail-config back?
     
  2. Steini86

    Steini86 Active Member

    Your posted information does not show a related error message.
    Have a look in apache's error.log, and/or start apache2 again (systemctl start apache2.service) and read the log (journalctl -xe)
     
  3. brafi

    brafi New Member

    Hmmm... The journalctl -xe is pretty long... I'll try to attach this in this post...
     

    Attached Files:

  4. brafi

    brafi New Member

    But is it possible to recover the backup, created from the upgrade-process?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Check the apache error.log for errors.
     

Share This Page