Create a MariaDB Cluster from a Backup
Request
curl -X 'POST' \
'https://mariadb.de-txl.ionos.com/clusters' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
{
"properties": {
"mariadbVersion": "10.6",
"instances": 3,
"cores": 4,
"ram": 4,
"storageSize": 10,
"connections": [
{
"datacenterId": "5a029f4a-72e5-11ec-90d6-0242ac120003",
"lanId": "2",
"cidr": "192.168.1.100/24"
}
],
"displayName": "MariaDB cluster",
"maintenanceWindow": {
"time": "16:30:59",
"dayOfTheWeek": "Monday"
},
"credentials": {
"username": "cluster_admin",
"password": "my-t0p-secret-password"
},
"fromBackup": {
"backupId": "498ae72f-411f-11eb-9d07-046c59cc737e",
"recoveryTargetTime": "2020-12-10T13:37:50+01:00"
}
}
}'Response
Last updated
Was this helpful?