From 3d1c9420c460bb34604bceb67dc7e2dd7bebca6d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 26 Oct 2014 12:44:08 +0000 Subject: [PATCH] Bring site back online in readonly mode on ramoth --- roles/web.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/web.rb b/roles/web.rb index f8c457c09..ea0684f16 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -17,9 +17,9 @@ default_attributes( :pool_idle_time => 0 }, :web => { - :status => "database_offline", - :database_host => "db", - :readonly_database_host => "katla" + :status => "database_readonly", + :database_host => "db-slave", + :readonly_database_host => "db-slave" } ) -- 2.43.2