Influx Local different from Cloud Version

I have a local and cloud versions of influxdb which hold the same data. I have been developing the grafana pages using the cloud data source. I want to move (or create) the same grafana pages on the local version.
The grafana builder page is different between cloud and local versions.
The local version uses a more simplistic version with drop downs etc.


The cloud version uses flux code

Both do the same this but I have more complete code in other grafana panels that can not be replicated using the drop down options available in the local version.
How do I get the code version for the local grafana version?
Thanks in advance

It look like you have configured different query languages. Make sure you are using Flux in both cases.

Thanks. I searched for something like this for hours. I have changed it to flux, added the db details and put in default bucket but now I get
404 Not Found: 404 page not found error reading buckets

@davidmartin1408

Are you able to see your data on your locally hosted Influx system via Influx Data Explorer, which is usually found at http://your-ip-address:8086

Looks like this:

Can you show us a screen shot of what you did to add db details?

Hi grant2
I tried to get to the sign on page http://10.1.1.7:8086/signin and I get the 404 page not found in the browser. I host on a raspberry pi. I checked the ip and definitely correct. The data get loaded from a small python code and this all looks correct. It was working fine and now I can’t connect after changing InfluxQL to Flux.
I have reset influx to
image

No sure what else to try?

That’s correct. Flux query language is available only from InfluxDB 2, but you have InfluxDB 1.6, where only InfluxQL is available.

Thanks. The pi is running 32bit so I guess I am stuck