Satal
Member
I've created a test version of my site (test.mydomain.com) with users' ability to view the forum disabled, to have an environment where I can test upgrades etc on. However, I've just been trying to test the upgrade from 2.2.9 to 2.2.10 Patch 1 and I can't seem to do it.
OneClick upgrade
The obvious approach is to use the OneClick upgrade process, which I've seen a lot of people benefiting from. However, when I try running it I get the error message below. This is even with the owner of the folder being set to nginx:nginx (
Manual upload of files
Following that not working, I decided that I would use the older route of uploading the files manually. I downloaded the latest files from the XenForo customer area extracted them on my PC and uploaded the contents of the
I'm genuinely at a loss at this point on how I'm supposed to complete the upgrade or if I'm missing something very obvious. Any suggestions are greatly appreciated.
OneClick upgrade
The obvious approach is to use the OneClick upgrade process, which I've seen a lot of people benefiting from. However, when I try running it I get the error message below. This is even with the owner of the folder being set to nginx:nginx (
chown nginx:nginx -R [path to root of forum domain]
)While I wouldn't have tried it on my main site, I've even chmoded to 777 to check if this would resolve it (The following issue was found when determining if a one-click upgrade is possible: The files are not writable.
Please download this version from the XenForo customer account area and upgrade manually. For more information on the upgrade process, please see the XenForo manual.
chmod -R 0777 [path to root of forum domain]
, I've also validated that it was applied). However, I still get the error message then.Manual upload of files
Following that not working, I decided that I would use the older route of uploading the files manually. I downloaded the latest files from the XenForo customer area extracted them on my PC and uploaded the contents of the
upload
folder to the public folder on the VPS. However, when I go to test.mydomain.com/install and log in, I am greeted with the message:For the avoidance of doubt, I've confirmed that I'm connected to the correct VPS and also that I'm uploading the files to the correct domain on the VPS. I've even checked my DNS to confirm that the domain is pointing to that VPS and I haven't messed that up somehow.You are already running the current version (2.2.9). To do a fresh install, click here.
I'm genuinely at a loss at this point on how I'm supposed to complete the upgrade or if I'm missing something very obvious. Any suggestions are greatly appreciated.