Community Forums

Go Back  KDA Web Services Community Forums > KDA > Announcements and News
User Name
Password


Reply
 
Thread Tools
  #1  
Old 23-03-2009, 08:59
Karl's Avatar
Karl Karl is offline
Technical Director
 
Join Date: Jan 2001
Location: UK
Posts: 2,355
Karl is on a distinguished road
[23rd March 2009] DB1 - Emergency Maintenance

Hi,

Due to the issues with the HSphere DB1 one server over the past 24 hours, we will be carrying out emergency maintenance tonight from 10pm. This means that if you have a database (MySQL or PostgreSQL) that is on the DB1 server, it will unfortunately experience some downtime whilst we move it to a new server - you won't need to change anything inside of your scripts/web site, as the name/IP address will be staying the same.

Please accept our apologies for the problems and the short notice of the works.

Thank you,
__________________
Karl Austin
Technical Director
KDA Web Services
Review Us @ FindYourHost.co.uk and HostSearch UK
Reply With Quote
  #2  
Old 23-03-2009, 09:59
Jasidog's Avatar
Jasidog Jasidog is offline
Registered User
 
Join Date: Jul 2002
Location: Scotland
Posts: 362
Jasidog is on a distinguished road
Re: [23rd March 2009] DB1 - Emergency Maintenance

Is there any reason my site's forum software should be offline with database access issues right now? Has been since the middle of last night I believe.

Whilst the rest of my site (including a test forum.) which also relies on mysql is fine.
__________________
What the fox is IE?
Reply With Quote
  #3  
Old 23-03-2009, 10:04
Karl's Avatar
Karl Karl is offline
Technical Director
 
Join Date: Jan 2001
Location: UK
Posts: 2,355
Karl is on a distinguished road
Re: [23rd March 2009] DB1 - Emergency Maintenance

Hi,

Best thing to do, is to open a ticket with the database name, as it sounds like it may need repairing.

Thanks,
__________________
Karl Austin
Technical Director
KDA Web Services
Review Us @ FindYourHost.co.uk and HostSearch UK
Reply With Quote
  #4  
Old 23-03-2009, 10:27
Jasidog's Avatar
Jasidog Jasidog is offline
Registered User
 
Join Date: Jul 2002
Location: Scotland
Posts: 362
Jasidog is on a distinguished road
Re: [23rd March 2009] DB1 - Emergency Maintenance

Thanks Karl!

Already sent a ticket but I'll go add that info.

Cheers!
__________________
What the fox is IE?
Reply With Quote
  #5  
Old 25-03-2009, 21:15
BenANFA BenANFA is offline
Registered User
 
Join Date: Sep 2001
Location: Bath
Posts: 155
BenANFA is on a distinguished road
Re: [23rd March 2009] DB1 - Emergency Maintenance

Hi Karl,

Erm I am not sure if this is a result of the server change or if we where just slow to notice but yesterday I noticed that using the UNIX_TIMESTAMP function in a MySQL SELECT statement was having a slightly odd effect. For dates after the 1st April 2009 (or those in summer time) 1 hour is subtracted from the time retrieved. For example issuing this command on our (account for www.rondotheatre.co.uk) database

SELECT EventTime, UNIX_TIMESTAMP( EventTime )
FROM Date WHERE ID =1071 OR ID =1065;

Returns the result

EventTime UNIX_TIMESTAMP(EventTime)
2009-03-21 20:00:00 1237665600
2009-04-09 20:00:00 1239303600

where the EventTime field has type datetime.

The UNIX timestamp for 2009-03-21 20:00:00 is 1237665600 but the unix timestamp for 2009-04-09 20:00:00 is 1239307200, 3600 or 1 hour more that the SQL result.

I am sure this is not what the behaviour of the MySQL server has been up to now and wondered if some strange daylight saving time effect has been introduced?

Have you got any thoughts on this?

Cheers Ben
__________________
Ben
Reply With Quote
  #6  
Old 26-03-2009, 09:12
Karl's Avatar
Karl Karl is offline
Technical Director
 
Join Date: Jan 2001
Location: UK
Posts: 2,355
Karl is on a distinguished road
Re: [23rd March 2009] DB1 - Emergency Maintenance

Hi,

Can you try it now for me?

Thanks,
__________________
Karl Austin
Technical Director
KDA Web Services
Review Us @ FindYourHost.co.uk and HostSearch UK
Reply With Quote
  #7  
Old 26-03-2009, 13:20
BenANFA BenANFA is offline
Registered User
 
Join Date: Sep 2001
Location: Bath
Posts: 155
BenANFA is on a distinguished road
Re: [23rd March 2009] DB1 - Emergency Maintenance

That appears to have fixed it

SELECT EventTime, UNIX_TIMESTAMP( EventTime )
FROM Date WHERE ID =1071 OR ID =1065;

EventTime UNIX_TIMESTAMP( EventTime )
2009-03-21 20:00:00 1237665600
2009-04-09 20:00:00 1239307200

Thanks for the quick response, what was the problem?
__________________
Ben
Reply With Quote
  #8  
Old 06-05-2010, 00:15
BenANFA BenANFA is offline
Registered User
 
Join Date: Sep 2001
Location: Bath
Posts: 155
BenANFA is on a distinguished road
Re: [23rd March 2009] DB1 - Emergency Maintenance

This issue or a similar one has returned since the server change, if I run

SELECT ID, EventTime, UNIX_TIMESTAMP( EventTime )
FROM Date
WHERE ID =1370
OR ID =1330;

I get the results

ID EventTime UNIX_TIMESTAMP( EventTime )
1330 2010-03-18 20:00:00 1268942400
1370 2010-05-13 19:30:00 1273779000

The highlighted value should actually be 1273775400 it is 3600 or 1 hour too far in the future.
__________________
Ben
Reply With Quote
  #9  
Old 06-05-2010, 16:36
Karl's Avatar
Karl Karl is offline
Technical Director
 
Join Date: Jan 2001
Location: UK
Posts: 2,355
Karl is on a distinguished road
Re: [23rd March 2009] DB1 - Emergency Maintenance

Hi,

I'm not sure why you'd be getting that from MySQL as nothing has changed with that. The only potential change is that Web2 may have been set at UTC/GMT all the time, and Web4 is set to track GMT/BST changes - but that shouldn't affect MySQL at all.

If you could open up a ticket that'd be great as I don't really want to be discussing details of how your site works in public

Thanks,
__________________
Karl Austin
Technical Director
KDA Web Services
Review Us @ FindYourHost.co.uk and HostSearch UK
Reply With Quote
  #10  
Old 04-08-2010, 19:54
BenANFA BenANFA is offline
Registered User
 
Join Date: Sep 2001
Location: Bath
Posts: 155
BenANFA is on a distinguished road
Re: [23rd March 2009] DB1 - Emergency Maintenance

Karl,

I have had tickets open and sent various emails and been trying to get you to provide support on this issue since your post (i.e. for 4 months) and you have been steadfastly ignoring everything I send/post.

The ticket numbers are

MWU-605040
XLE-874548

Please look at them.
__________________
Ben
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

 

All times are GMT +1. The time now is 08:34.

Home  |  About Us  |  Support  |  Hosting  |  Dedicated  |  Colocation  |  Contact

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.