DSM Upgrade to v9.0 fails due to failure in provider backup.
To confirm this issue check this log: "/var/log/tdm/provider/updatemanager.log" for the line:
"Error generating upgrade marker file"
VMware Data Service Manager 2.2.X
This issue is caused when "pg_stat_archiver" table is empty, to confirm this is the case:
ssh to Provider vm either using putty or from the terminal:
ssh root@<proivder-ip>
Then execute:
psql vmware postgres;
Followed by:
select * from pg_stat_archiver;
* pg_stat_archiver does not have a valid record
To resolve this issue please contact VMware support and quote this KB.