I got a bunch of servces that don't work and the migration failed.
Got a lot of error messages in the Library/Logs/ServerSetup.log:
22:09:14.306 Setup extra failed:
path: /Applications/Server.app/Contents/ServerRoot/System/Library/ServerSetup/Migrati onExtras/30-ftpconfigmigrator.pl
RESULT CODE: 1
STDOUT: Did not supply a valid language for the --language parameter, needs to be one of [en|fr|de|ja]
I did the following to rerun the migration process
First, I solved my problem "Did not supply a valid language for the --language parameter" by doing:
Set system language to English ( open terminal, type sudo languagesetup and choose option 1 )
change language to English in System Preferences
Run setup assisted again:
I put Server.App in the bin, this is detected by the system and trigger all the services to stop within a few seconds: confirmation required.
Rename the folder "Migrated" (/Library/Server/Migrated) to "Previous".
Remove all other folders from /Library/Server/ folder.
Reboot
Move back Server.App in the application folder
Run the Server.App
It solved the problem for me!