Hey Todd,
Is there anyway to define the availability zones for the nodes? > > I haven't looked into that yet, but I'll keep it in mind. If you try it, please let me know how it goes, and I can try to fold that into the scripts / config. > For example, if you have 2 nodes, they should really be in two different > zones. > > Also, is there a way to point to a release version of SG instead of > running off master? > > Yep, there is a command line argument for that, pass in the commit in the -c flag. For example to run the commit corresponding to the 1.0.4 release tag: ./sync-gw-cluster-init.sh -n 1 -c 04138fd46da1a7ccd49377fd91e6e543cefb4046 -b "todos" -z 512 -g $SG_CONFIG_URL -v 3.0.1 -m 3 -u user:passw0rd Or if you already have your cluster spun up, you'd want to do this: $ fleetctl stop [email protected] [email protected] $ etcdctl set /couchbase.com/sync-gateway/commit 04138fd46da1a7ccd49377fd91e6e543cefb4046 $ fleetctl start [email protected] [email protected] Let me know if that works for you. > Todd > > -- > You received this message because you are subscribed to the Google Groups > "Couchbase Mobile" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/mobile-couchbase/ed72560f-c455-4844-ac8f-8f6109969272%40googlegroups.com > <https://groups.google.com/d/msgid/mobile-couchbase/ed72560f-c455-4844-ac8f-8f6109969272%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/CACSSHCHTzS-vGdEXzzAs3OfHmR%3DSQvb5mCnwh2UH72DS-7roFw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
