Skip to main content

Upgraded from reseller to VPS and my backup script stopped working

Comments

2 comments

  • Tim Sanders
    Ok, it's amazing how writing something out and going back over it in printed form will make something jump out at you. After writing this all up and posting it, I went back through the scripts as they were posted. It then hit me that on my new VPS server, there is a setting that forces me to use a SSL connection for WHM, CPanel, and Webmail. (Chrome has been fussing at me because I'm using a self-signed certificate on the server.) I went into the first script and uncommented some lines I had earlier commented (5 lines starting with "// if ($secure) {" and ending with "// }") and added a line to set $secure = 1;. This made it work. The difference was the requirement to use SSL for Cpanel access on my new server that was not a requirement on my old server.
    0
  • cPanelMichael
    Hello :) I'm happy to see you were able to resolve the issue. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.