Autoupgrade on a dedicated server
-
Does anyone have any information for server administrators on how to get auto update to work? I have root access on the web server, and I cannot get auto update to work. It gives no error messages, and I have no idea why it is failing.
Downloading update from https://www.ads-software.com/wordpress-2.8.4.zip
Unpacking the core update
Here the script fails with no error messages, no logs, and no clue as to what went wrong.
First, the files are all owned by myuser:myuser, but ftp for that user goes to /home/myuser/ not /var/www/html/
So, I added a new user wp-user. Then, I set his home directory to /var/www/html/ Next, I made him a member of the :myuser group/ so he has write permissions to the files. Last, I gave +r permissions to all files in /var/www/html for the group myuser.
Then I noticed wordpress uploads the zip file to /var/www/html/wp-content as apache:apache with permissions -rw-r—- so I changed the umask on apache to 002 so WordPress.zip is now -rw-rw—. However, the update still breaks at the same point.
Next I tried chown -R myuser:apache /var/www/html. Still the update fails at: Unpacking the core update
Does any one have any links that cover how to configure a server to handle WordPress Auto update? Are there any logs created? Any guesses as to what the next step is or what I can do to troubleshoot this?
Auto upgrades are extermely important with the Rash of worms.
- The topic ‘Autoupgrade on a dedicated server’ is closed to new replies.