I’m using a bash script to provision some database instances. As part of the script, I have a line that retrieves the status of the database instance in a for-loop: currentState=$(doctl databases get ${dbID_array[z]} -o json)
However, every time this executes, I get this error: currentState is: {“errors”:[{“detail”:“GET https://api.digitalocean.com/v2/databases/“6e7b97b9-06e7-44c3-a756-a6024bc56e74”: 404 (request "ea7ed662-a1fa-437a-a22a-c986f2c70d1b") cluster not found”}]}.
I have a similar issue with the ‘doctl databases delete’ command.
Does this have something to do with authentication?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Yes, “226e7b97b9-06e7-44c3-a756-a6024bc56e74” was the <database id> (when it existed). In the script, I was looking to reference its details and get back the “status”.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.