Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Gleb SinkovskiyGleb SinkovskiyChange Log Group
AddedChange Log Message
Allow run deployment stages selectively: only "db migration", only "cache reset", both.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Story Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Gleb Sinkovskiy
Gleb SinkovskiyChange Log Group
Added
Change Log Message
Allow run deployment stages selectively: only "db migration", only "cache reset", both.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Story Points
1
Fix versions
Created November 12, 2014 at 2:11 PM
Updated December 29, 2024 at 8:56 PM
Resolved November 18, 2014 at 9:10 AM
Currently there are 2 steps, that are always executed one after another:
upgrade database + import language pack (both done for each module)
resetting various caches + discovering changes in theme files (happens once)
We need to allow to specify filter, which of them to run from command line.