LimeSurvey API - Master branch

UpdateDBCommand extends CConsoleCommand
in package

Table of Contents

Methods

run()  : mixed
Performs a database schema upgrade when the configured target version is greater than the current installed version.

Methods

run()

Performs a database schema upgrade when the configured target version is greater than the current installed version.

public run([array<string|int, mixed>|null $args = null ]) : mixed
Parameters
$args : array<string|int, mixed>|null = null

Optional command-line arguments (not used by this command).

Tags
throws
CException

If the current database version is not found (application appears uninstalled) or if the upgrade process fails and requires manual intervention.


        
On this page

Search results