0xjessel / calchat

CalChat is a web app that hosts chatrooms for every class and building on campus with the goal of connecting the cal campus community. By logging in with Facebook, students can talk to fellow students in the same building or class, make friends, find study partners, and stay in the loop.
calchat.net
3 stars 0 forks source link

migrate db to vps #128

Closed 0xjessel closed 12 years ago

0xjessel commented 12 years ago

im suspecting a lot of the fb auth fails and db timeout failures are due to the latency between the VPS and our shared private server which is still hosting our redis server

migrate our db to vps so that our app->redis connection is localhost

ssh info: vps hostname: calchat.net OR ps94231.dreamhostps.com (use this one when /etc/hosts is edited) pingpongice -> sudo user meltedboss -> calchat.net and db.calchat.net is hosted under this account

pingpongboss commented 12 years ago

done