Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 1c34458

Browse files
committed
Update upgrade guide "Starting Apps" section
- Promote this section to be a menu item, since it is a significant change Authored-by: Greg Cobb <gcobb@pivotal.io>
1 parent 972f80b commit 1c34458

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/v3/source/includes/upgrade_guide/upgrade_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Here are some examples of implications for clients:
3030
2. An application can have multiple processes, each with their own start command, scale, and stats
3131
3. An application might not be running with its most recent package or droplet
3232

33-
#### Starting Apps
33+
### Starting Apps
3434

35-
In the V2 API, the start endpoint (`PUT /v2/apps/:GUID` with `state`: `STARTED` in the request) was responsible for converting source code into a running executable in the cloud. In V3, [starting an app](#start-an-app) will only start the app processes with the current droplet.
35+
In the V2 API, starting an app (`PUT /v2/apps/:GUID` with `state`: `STARTED`) will automatically stage new packages into droplets. In V3, [starting an app](#start-an-app) will only run the app's current droplet. This change gives clients more control over what package to stage and when to stage it.
3636

3737
To reproduce the V2 start behavior in V3:
3838

0 commit comments

Comments
 (0)