WordPress.org

Make WordPress Core

Opened 2 years ago

Last modified 2 years ago

#17460 new feature request

WP Updates througth SSH Script

Reported by: bugdev Owned by: bugdev
Priority: normal Milestone: Awaiting Review
Component: Administration Version: 3.2
Severity: normal Keywords: dev-feedback needs-codex
Cc: bugdev

Description

The current WP Update engine is very unsecure, because if there is a webserver issue or a connection timeout, memory overflow, connection issue than the wordpress update is corruptes.

More secure the update will be if we can do/execute a php script or ssh script througth the terminal, what also gives advanced informations about update errors ect.

Change History (1)

comment:1 sivel2 years ago

This is already largely possible, although not included with WordPress itself. This is easiest if the WP install is a check out from subversion.

Here is a script I use to upgrade all of my sites: https://gist.github.com/975229

Note: See TracTickets for help on using tickets.