I ran into some problems upgrading my wordpress installs from 3.1 to 3.1.3
Long story short, I used SSH to log into my server.
I used wget to pull the new .zip from wordpress to my server
I unzipped that file
I used the cp command to copy those files over the existing files.
Is there a plugin which will do the same as I've just described above? I'm fairly certain that it could be accomplished by using the exec command within php. I'd much rather have a web interface that I could click on rather than rely upon typing everything out in an SSH session for each and every site everytime wordpress needs updated.
Long story short, I used SSH to log into my server.
I used wget to pull the new .zip from wordpress to my server
I unzipped that file
I used the cp command to copy those files over the existing files.
Is there a plugin which will do the same as I've just described above? I'm fairly certain that it could be accomplished by using the exec command within php. I'd much rather have a web interface that I could click on rather than rely upon typing everything out in an SSH session for each and every site everytime wordpress needs updated.