You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I compiled the cockroach, It made me confused to setup a single-node cockroach.
./cockroach init hdd=/data /data/zone.cfg
What does the default-zone-config look like?
./cockroach start -data _dirs=data -gossip_bootstrap=127.0.0.1:9001
What's the gossip_bootstrap?
I think we need a guide to setup a single-node cockroach for the new guys.
The text was updated successfully, but these errors were encountered:
After I compiled the cockroach, It made me confused to setup a single-node cockroach.
./cockroach init hdd=/data /data/zone.cfg
What does the default-zone-config look like?
./cockroach start -data _dirs=data -gossip_bootstrap=127.0.0.1:9001
What's the gossip_bootstrap?
I think we need a guide to setup a single-node cockroach for the new guys.
The text was updated successfully, but these errors were encountered: