Idea

gniemann avatar image
gniemann suggested

Automate copying databases from one game container to another

Example, copying the economy/drop tables from one game to another with an SDK command or with a timer.

--StoreItems SDK Example--
POST https://{ {TitleID_1}}.playfabapi.com/Admin/duplicatedb
Content-Type: application/json
X-SecretKey: <developer_secret_key>
{
"TitleID": "TitleID_2",
"X-SecretKey:" "TitleID_2_SecretKey",
"Area": "EconomyCatalogs",
"Sub": "catalogName",
"Table": "StoreItems"

}

--Leaderboard SDK Example--
POST https://{ {TitleID_1}}.playfabapi.com/Admin/duplicatedb
Content-Type: application/json
X-SecretKey: <developer_secret_key>
{
"TitleID": "TitleID_2",
"X-SecretKey:" "TitleID_2_SecretKey",
"Area": "Leaderboards",
"Table": "StatisticName"
}

sdks
10 |1200

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

No Comments

·

Write a Comment

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

Your Opinion Counts

Share your great idea, or help out by voting for other people's ideas.