Ticket #398 (closed maintenance: fixed)

Opened 5 years ago

Last modified 5 years ago

Host Upgrade to Debian Squeeze

Reported by: chris Owned by: chris
Priority: critical Milestone:
Component: Live server Keywords:
Cc: laura, ed, jim Estimated Number of Hours: 1.0
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 1.9

Description

While the host that the virtual machines are on is upgraded to squeeze we will point the IP address at another server, this ticket is for this temp redirect of the site to a splash page.

Also ticket:396 will be done during the downtime.

Change History

comment:1 Changed 5 years ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.8
  • Status changed from new to accepted
  • Total Hours changed from 0.0 to 0.8

I have set up this site for the IP to be pointed at during the down time:

http://transdown.webarch.net/
https://transdown.webarch.net/

All requests for files that don't exist get a temp redirect to the front page.

comment:2 Changed 5 years ago by chris

This took a while to set up as it needed the certs so that https also works and the server needed to be set up to still work for the other domains on it and also I put the favicon and logo in place and use some SSI to display the current time to help people in other times zones and sorting the mod_rewrite rule:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /index.html [R=302,L]

What is missing of course is a pic of a cute cat and a some amusing text... contributions welcome... ;-)

comment:3 Changed 5 years ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.1
  • Total Hours changed from 0.8 to 0.9

OK, the live server is down now, the IP address has been switched, the dev server will be going down soon and with it trac...

I might stick some stuff up on the spash page if I get a chance...

comment:4 Changed 5 years ago by chris

  • Add Hours to Ticket changed from 0.0 to 1.0
  • Status changed from accepted to closed
  • Resolution set to fixed
  • Total Hours changed from 0.9 to 1.9

The server is upgraded now but the RAID arrays will be slow for some days as they recover.

Note: See TracTickets for help on using tickets.