Akash Agarwal
Akash Agarwal
Thanks @LloydAlbin! This line is definitely necessary to avoid falling into same issue when (re)creating a database: > psql -U "postgres" -d template1 -c "ALTER EXTENSION timescaledb UPDATE;" I would...
@tarraschk Hey there, awesome stuff man! I'd like to contribute to the GUI. I can make a rails app for the purpose. One of the features I want to include...
I'm better at backend. :)
On my mac, I had to modify the correct `user.exec` in my `~/.kube/config` to change the `command` from `gke-gcloud-auth-plugin` to this: ``` command: /usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/bin/gke-gcloud-auth-plugin provideClusterInfo: true # This needs to...