Skip to content

correctly visualise all the DB versions (not just the defaults)#555

Merged
fulviodenza merged 2 commits intomasterfrom
fix/dbversion
Jul 17, 2025
Merged

correctly visualise all the DB versions (not just the defaults)#555
fulviodenza merged 2 commits intomasterfrom
fix/dbversion

Conversation

@alessandroargentieri
Copy link
Member

Before the change only defaults

 $ civo database versions --region=lon1
+------------+---------+
| Name       | version |
+------------+---------+
| MySQL      |     8.0 |
+------------+---------+
| PostgreSQL |      14 |
+------------+---------+

after the change all the versions are shown:

$ civo database versions --region=lon1
+------------+---------+---------+
| Name       | Version | Default |
+------------+---------+---------+
| MySQL      |     8.0 | true    |
+------------+---------+---------+
| MySQL      |     8.4 | false   |
+------------+---------+---------+
| PostgreSQL |      14 | true    |
+------------+---------+---------+
| PostgreSQL |      15 | false   |
+------------+---------+---------+
| PostgreSQL |      16 | false   |
+------------+---------+---------+

| PostgreSQL | 17 | false |
+------------+---------+---------+

@alessandroargentieri alessandroargentieri self-assigned this Jul 17, 2025
@alessandroargentieri alessandroargentieri added the bug Something isn't working label Jul 17, 2025
@fulviodenza fulviodenza merged commit 9795115 into master Jul 17, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants