Looking for an update script
-
Manual updates from one version of WordPress to the next are a real nuisance because they take a long time. However, I’m unable to use the automatic updater for two reasons:
- I’m unwilling to have my WP files owned by the server user due to security concerns.
- WP’s other option is to update via FTP. However, FTP is insecure, and I’m unwilling to enable FTP access to my host.
It doesn’t appear to me to be possible to auto-update WordPress via ssh/scp. So, I’m wondering whether any script has been written to update WP so I don’t have to spend so much time updating manually.
Info about my environment: My host runs FreeBSD and provides me with shell access via ssh. My development machine is a Linux box. Both environments include support for all the standard scripting languages, Windows stuff excepted. I keep a local version of the code in a bzr repository and typically modify that before uploading to my host.
The topic ‘Looking for an update script’ is closed to new replies.