You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! This notification is to make you aware that you are still running cflinuxfs3 applications in your cloud.gov organization. Your applications will soon stop working unless you take action to migrate your applications to the cflinuxfs4, stack!
Please follow the directions below to migrate your applications to the cflinuxfs4, stack.
What should you do now for existing apps?
For existing applications which were created under cflinuxfs3 you will need to update the stack declaration to cflinuxfs4, there are two common ways of doing this detailed below.
The options below only have to be run once for each application on cflinuxfs3 , once the stack is set for an application, it is persistent until changed with any of these two steps.
Push the app manually and specify the stack with the cf cli: cf push MY-APP -s cflinuxfs4
Use the stack-auditor cf cli plugin to change the stack without having to push the application. Documentation for using this plugin is at https://docs.cloudfoundry.org/adminguide/stack-auditor.html#change-stacks, the basic workflow is: - Install the plugin - Use the cf cli to target the org and space for your existing application - Run cf change-stack APP-NAME cflinuxfs4 to change the app to the cflinuxfs4 stack - Each application will take about a minute or so to run the cf change-stack... command depending on the size of the droplet.
What we’re after
From cloud.gov:
Action item(s)
On cloud.gov space:
cf push MY-APP -s cflinuxfs4
manually on cloud.gov spaceor
cf change-stack APP-NAME cflinuxfs4
stack
declaration tocflinuxfs4
inside manifest* filesdev
spaceCompletion criteria
cf app cms
and verifycms
is upgraded to cflinuxfs4 stack indev/feature/stage
andprod
environmentsThe text was updated successfully, but these errors were encountered: