Setup error on fresh install
-
Hi,
I am trying to install 1.9.x on a fresh ec2 in AWS. Database is Redis configured as a cluster. 0001-001 has an ip address of 10.0.0.31 The read replica 0001-002 has an ip address of 10.0.0.78
When I run setup on one of the ec2 instances I get errors
2018-05-29T04:48:02.122Z [3269] - warn: [cache-buster] could not read cache buster Error: ENOENT: no such file or directory, open '/home/ec2-user/nodebb/build/cache-buster'
at Error (native)
Previous theme detected, skipping enabling default theme
2018-05-29T04:48:02.131Z [3269] - warn: NodeBB Setup Aborted.
ReplyError: CROSSSLOT Keys in request don't hash to the same slot
at parseError (/home/ec2-user/nodebb/node_modules/redis-parser/lib/parser.js:193:12)
at parseType (/home/ec2-user/nodebb/node_modules/redis-parser/lib/parser.js:303:14)Any idea where I might be going wrong?
Thanks in advance
Todd