question

MoonHeonYoung avatar image
MoonHeonYoung asked

Rollback function?

1.Can I transfer all the data of the current title to another title?

(To operate test server with all current title data for various testing)

2.Can the data be rolled back to the previous point of the current title?

(When a fatal problem occurs, in order to return the data to 1 or 2 days ago,

for example, an item is copied infinitely..)

It seems to be a necessary function to live-service the game. Is it possible?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

>>Can I transfer all the data of the current title to another title?

Yes, PlayFab provides a CLI tools that can help developers transfer title configurations. Please refer to PlayFab/PlayFabCLI: Tool for using PlayFab via CLI (github.com).

However, please note that Player account Profiles cannot be migrated, as long as statistics and Leaderboard. If you want to share account data between titles, you may consider creating new titles in the same studio so that data in master player account can be shared, including login identities and player data (publish).

>>Can the data be rolled back to the previous point of the current title?

Rollback is not supported for any single title in shared PlayFab service. Meanwhile PlayFab back up all data for the service on a daily basis to ensure the recovery capability from a worst-case disaster scenario. As most title configurations can be migrated, surely it can be exported. You may modify the CLI tool on your own to maintain a repository of your title’s configuration history.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.