---
title: "Migration from 0.9.x to 2.0"
version: "main"
source: "Migration/Index.rst"
rendered: "2026-09-24T07:51:28+00:00"
---

# Migration from 0.9.x to 2.0 {#migration-from-0-9-x-to-2-0}

1.  Move deployment scripts form `Build/Surf` to `~/.surf/deployments`
1.  Rename task or use migrate command to switch to new task names
1.  Set `transferMethod` and `packageMethod` options in your application,
    as the default changed from git to rsync
1.  Change options for `CreateDirectoriesTask`: Now the specified directories are based on the application's release
    path not the general deployment path (which did not make much sense)
1.  Neos CMS only: Add the task `TYPO3SurfTaskNeosNeosImportSiteTask` to the step `migrate` again
    if you use the Neos Application and need it to import your content after each deployment
