Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Update Version of Postgress DB #1014

Merged
merged 4 commits into from
Sep 8, 2023
Merged

Docs: Update Version of Postgress DB #1014

merged 4 commits into from
Sep 8, 2023

Conversation

danaelhe
Copy link
Member

@danaelhe danaelhe commented Aug 8, 2023

When running the example as is, you get a:

│ Error: Error creating database cluster: POST https://api.digitalocean.com/v2/databases: 422 (request "4f7f-a1a4-") invalid cluster engine version

changing the version to 13 worked fine.

When running the example as is,  you get a:

`│ Error: Error creating database cluster: POST https://api.digitalocean.com/v2/databases: 422 (request "4f7f-a1a4-") invalid cluster engine version`

changing the version to 13 worked fine.
@danaelhe danaelhe requested a review from a team August 8, 2023 17:15
Copy link
Member

@andrewsomething andrewsomething left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Good catch!

Looks like 15 is the most recent. Maybe use that since it will presumably be around longer?

$ doctl databases options versions ls
Engine     Versions
mongodb    [4.4,5.0,6.0]
mysql      [8]
pg         [12,13,14,15]
redis      [7]

@danaelhe
Copy link
Member Author

danaelhe commented Aug 8, 2023

👍 Good catch!

Looks like 15 is the most recent. Maybe use that since it will presumably be around longer?

$ doctl databases options versions ls
Engine     Versions
mongodb    [4.4,5.0,6.0]
mysql      [8]
pg         [12,13,14,15]
redis      [7]

Good point- just updated 👍

@andrewsomething andrewsomething merged commit acafbcf into main Sep 8, 2023
2 checks passed
@andrewsomething andrewsomething deleted the fix_version branch September 8, 2023 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants