influxdata / influxdata/influxdb
<ip>:8086/query?q=show databases this returns only databases that start with a capital letter
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
**Steps to reproduce:**
List the minimal actions needed to reproduce the behavior.
1. go to dashboard - :8086
2. create a bucket named `t` and another one named `M`.
3. use Postman, add the authorization token and call `:8086/query?q=show databases`
**Expected behavior:**
get both buckets in the json
**Actual behavior:**
I get only buckets that start with a capital letter.
**Visual Proof:**

I can't take a screenshot of the postman right now but I can do it if it's important for some reason.
## About your environment
**Environment info:**
Host machine: `Linux 5.15.0-60-generic x86_64`
`InfluxDB v2.4.0 (git: de247bab08) build_date: 2022-08-18T19:41:15Z`
running in a docker container using the image `influxdb:2.4`.
The query works fine on another machine, using the same container, where the host is `Linux 5.14.0-1058-oem x86_64`
Contributor guide
Research direction
Reproduce the report using the dashboard at :8086, buckets named `t` and `M`, and the Postman request to `:8086/query?q=show databases` against the `influxdb:2.4` Docker image. Compare the returned JSON with the expected result containing both buckets, and verify whether the behavior differs across the Linux environments described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, linux, rust
- Domain
- api, databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100