In preparation for an import, I am attempting to upload a single file but do not need security/certificates.
I try this per the documentation:
cockroach userfile upload geodata.csv
and get this error
ERROR: problem using security settings: no certificates found; does certs dir exist?
Aha - secure mode. So, I successfully did the following:
cockroach userfile upload geodata.csv --insecure --host=172.22.111.20
Documentation suggestion - show an example of this insecure variation…