When I ran $ flyctl redis create
, it responded with this message:
$ flyctl redis create
automatically selected personal organization: Kevin
? Choose a Redis database name (leave blank to generate one): {withheld}
? Choose a primary region (can't be changed later) Seattle, Washington (US) (sea)
? Optionally, choose one or more replica regions (can be changed later):
Upstash Redis can evict objects when memory is full. This is useful when caching in Redis. This setting can be changed later.
Learn more at https://fly.io/docs/reference/redis/#memory-limits-and-object-eviction-policies
? Would you like to enable eviction? No
? Select an Upstash Redis plan Free: 100 MB Max Data Size
Error returned error 500 Internal Server Error: {"errors":[{"message":"You ran into an error connecting to the Fly API. If the error persists, keep this request ID to help Fly Support track it down: 01GBK479CWAPW384CNYQ7160XD-sea","extensions":{"code":"SERVER_ERROR","fly_request_id":"01GBK479CWAPW384CNYQ7160XD-sea"}}],"data":{}}
When I re-ran it, it acts like a redis exists
$ flyctl redis create
automatically selected personal organization: Kevin
? Choose a Redis database name (leave blank to generate one):
? Choose a primary region (can't be changed later) Seattle, Washington (US) (sea)
? Optionally, choose one or more replica regions (can be changed later):
Upstash Redis can evict objects when memory is full. This is useful when caching in Redis. This setting can be changed later.
Learn more at https://fly.io/docs/reference/redis/#memory-limits-and-object-eviction-policies
? Would you like to enable eviction? No
? Select an Upstash Redis plan Free: 100 MB Max Data Size
Error input:3: createAddOn You may only provision 1 Free plan per organization
but I don’t see it in the dashboard, but I do see it when it lists it
flyctl redis list
NAME ORG PLAN PRIMARY REGION READ REGIONS
{withheld} personal Free sea
if I try to get more details it says
$ fly redis status {withheld}
Error returned error 500 Internal Server Error: {"errors":[{"message":"You ran into an error connecting to the Fly API. If the error persists, keep this request ID to help Fly Support track it down: 01GBK4KJ59TZ65ZB7PWSS6EM2W-sea","extensions":{"code":"SERVER_ERROR","fly_request_id":"01GBK4KJ59TZ65ZB7PWSS6EM2W-sea"}}],"data":{}}
and I can’t delete
$ flyctl redis delete {withheld}
Error returned error 500 Internal Server Error: {"errors":[{"message":"You ran into an error connecting to the Fly API. If the error persists, keep this request ID to help Fly Support track it down: 01GBK4NKGRCJKE842YDKGAXGD3-sea","extensions":{"code":"SERVER_ERROR","fly_request_id":"01GBK4NKGRCJKE842YDKGAXGD3-sea"}}],"data":{}}