I did not ask for this, the mail I sent about this had the title: " URGENT: Prod DB Down because of v2 Migration" and was not answered :-/
the debug log is not more useful, I think, here it is:
$ LOG_LEVEL=debug fly volumes create pg_data \
--snapshot-id vs_poGM1Pplq3KvMIey \
-a xxx-prod-db2 -s 10
DEBUG Loaded flyctl config from/home/calamari/.fly/config.yml
DEBUG determined hostname: "the-frame"
DEBUG determined working directory: "/home/calamari/work/xxx/fly-config/xxx-prod-db"
DEBUG determined user home directory: "/home/calamari"
DEBUG determined config directory: "/home/calamari/.fly"
DEBUG ensured config directory exists.
DEBUG ensured config directory perms.
DEBUG cache loaded.
DEBUG config initialized.
DEBUG skipped querying for new release
DEBUG client initialized.
DEBUG app config loaded from /home/calamari/work/xxx/fly-config/xxx-prod-db/fly.toml
DEBUG --> POST https://api.fly.io/graphql
DEBUG {
"query": "query ($appName: String!) { appbasic:app(name: $appName) { id name platformVersion organization { id slug paidPlan } } }",
"variables": {
"appName": "xxx-prod-db"
}
}
DEBUG {}
DEBUG <-- 200 https://api.fly.io/graphql (231.39ms)
DEBUG {
"data": {
"appbasic": {
"id": "xxx-prod-db",
"name": "xxx-prod-db",
"platformVersion": "machines",
"organization": {
"id": "KbmZpR4wDvml1ImDm1w67zLw6QuK1e",
"slug": "personal",
"paidPlan": true
}
}
}
}
DEBUG --> GET https://api.machines.dev/v1/apps/xxx-prod-db2/volumes
DEBUG Starting task manager
DEBUG Config has metrics token
DEBUG --> POST https://api.fly.io/graphql
DEBUG {
"query": "query { platform { requestRegion regions { name code latitude longitude gatewayAvailable requiresPaidPlan } } }",
"variables": null
}
DEBUG {}
DEBUG --> POST https://api.fly.io/graphql
DEBUG {
"query": "query ($appName: String!) { appbasic:app(name: $appName) { id name platformVersion organization { id slug paidPlan } } }",
"variables": {
"appName": "xxx-prod-db2"
}
}
DEBUG {}
DEBUG <-- 200 https://api.fly.io/graphql (132.98ms)
DEBUG {
"data": {
"platform": {
"requestRegion": "fra",
"regions": [
{
"name": "Amsterdam, Netherlands",
"code": "ams",
"latitude": 52.374342,
"longitude": 4.895439,
"gatewayAvailable": true,
"requiresPaidPlan": false
},
[...]
{
"name": "Montreal, Canada",
"code": "yul",
"latitude": 45.48647,
"longitude": -73.75549,
"gatewayAvailable": false,
"requiresPaidPlan": false
},
{
"name": "Toronto, Canada",
"code": "yyz",
"latitude": 43.644632,
"longitude": -79.384228,
"gatewayAvailable": true,
"requiresPaidPlan": false
}
]
}
}
}
DEBUG <-- 200 https://api.fly.io/graphql (148.18ms)
DEBUG {
"data": {
"appbasic": {
"id": "xxx-prod-db2",
"name": "xxx-prod-db2",
"platformVersion": "machines",
"organization": {
"id": "KbmZpR4wDvml1ImDm1w67zLw6QuK1e",
"slug": "personal",
"paidPlan": true
}
}
}
}
DEBUG <-- 200 https://api.machines.dev/v1/apps/xxx-prod-db2/volumes (359.47ms)
DEBUG [
{
"id": "vol_6vjz3q9061xxxxxx",
"name": "pg_data",
"state": "created",
"size_gb": 40,
"region": "fra",
"zone": "50af",
"encrypted": true,
"attached_machine_id": "28650e0fe56578",
"attached_alloc_id": null,
"created_at": "2023-08-29T11:14:39.349Z",
"blocks": 10242360,
"block_size": 4096,
"blocks_free": 10218237,
"blocks_avail": 9689905,
"fstype": "ext4"
},
{
"id": "vol_149qx9pyejxxxxxx",
"name": "pg_data",
"state": "created",
"size_gb": 40,
"region": "fra",
"zone": "82f3",
"encrypted": true,
"attached_machine_id": "d8d9996ae9e708",
"attached_alloc_id": null,
"created_at": "2023-08-29T11:15:02.872Z",
"blocks": 10242360,
"block_size": 4096,
"blocks_free": 10218236,
"blocks_avail": 9689904,
"fstype": "ext4"
},
{
"id": "vol_p4m56272mzxxxxxx",
"name": "pg_data",
"state": "created",
"size_gb": 40,
"region": "fra",
"zone": "74e2",
"encrypted": true,
"attached_machine_id": "e28659eda62968",
"attached_alloc_id": null,
"created_at": "2023-08-29T11:15:27.04Z",
"blocks": 10239288,
"block_size": 4096,
"blocks_free": 10223356,
"blocks_avail": 9695177,
"fstype": "ext4"
}
]
? Select region: Frankfurt, Germany (fra)
DEBUG --> POST https://api.machines.dev/v1/apps/xxx-prod-db2/volumes
DEBUG {
"name": "pg_data",
"region": "fra",
"size_gb": 10,
"encrypted": true,
"require_unique_zone": true,
"machines_only": null,
"snapshot_id": "vs_poGM1Pplq3KvMIey",
"source_volume_id": null,
"compute": null
}
DEBUG {0xc000d862a0}
DEBUG <-- 200 https://api.machines.dev/v1/apps/xxx-prod-db2/volumes (393.92ms)
DEBUG
DEBUG Task manager done
Error: failed creating volume: failed to create volume: EOF