Unable to wipe volume data
I always get this error when trying to wipe a volume's data. The current workaround is to detach the volume, delete it and create a new one. Currently no enjoying this experience.
10 Replies
Project ID:
fdfdf2a5-121f-414a-9689-463496ad2c7c
fdfdf2a5-121f-414a-9689-463496ad2c7c
i have the exact same issue
i created a postgres db and tried to wipe its volume
I'll try to take a look in the morning.
Hmm, not able to reproduce it. Does this happen all the time for y'all?
yes, just tried again and it happend
if you want me to send the network request to you, i can DM it
Do you see the same error as in the post? Can you share your project ID?
b59a221b-ffe9-4a6a-bb9f-0fc10a09e482
{
"errors": [
{
"message": "VolumeInstance not found",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"volumeInstanceWipe"
],
"extensions": {
"code": "INTERNAL_SERVER_ERROR",
"exception": {
"status": 404
}
}
}
],
"data": null
}
Request payload:
{
"query": "mutation volumeInstanceWipe($volumeInstanceId: String!) {\n volumeInstanceWipe(volumeInstanceId: $volumeInstanceId)\n}",
"variables": {
"volumeInstanceId": "c813ff55-d43d-4d45-9a6c-2478f609722a"
},
"operationName": "volumeInstanceWipe"
}
i`ll leave the volume + pginstance as is for now so you can see whats wrong
Okay, think I found it!
Taking a look now.
Should be fixed now.
Thanks, will check it tmr