Make WordPress Core

Opened 13 years ago

Closed 11 years ago

Last modified 10 years ago

#17460 closed feature request (invalid)

WP Updates througth SSH Script

Reported by: bugdev's profile bugdev Owned by: bugdev's profile bugdev
Milestone: Priority: normal
Severity: normal Version: 3.2
Component: Administration Keywords: dev-feedback needs-codex
Focuses: Cc:

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 (3)

#1 @sivel
13 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

#2 @dd32
11 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

There exist third party scripts which can be used for this, and although core may offer a stand alone script in the future, thats not currently on the cards.

#3 @kraftner
10 years ago

WP-CLI probably is the way to go: http://wp-cli.org

Note: See TracTickets for help on using tickets.