Nissan 370Z Forum

Nissan 370Z Forum (http://www.the370z.com/)
-   Announcements (http://www.the370z.com/announcements/)
-   -   THE370Z is Moving to a New Server (starting) on July 18th!!! (http://www.the370z.com/announcements/39626-the370z-moving-new-server-starting-july-18th.html)

Vapiano 07-19-2011 08:42 PM

Quote:

Originally Posted by AK370Z (Post 1221106)
Thank you everyone for you patience.

Now lets dedicate this thread for the trouble or errors. If you see any problem or trouble or dead links or issues, report it in this thread.

I'm going to have a full POST SERVER MOVE thread in the announcement section later tonight or tomorrow as many members are still not able to see this forum yet. Only ones with faster ISP can view it.


Woohoo! There baaaaackkk! Great job AK!!! The site rocks!

b1adesofcha0s 07-19-2011 09:01 PM

Quote:

Originally Posted by m4a1mustang (Post 1221140)
We need some custom "The370Z.com 2011: I survived the Apocalypse" decals made now, AK.

Bless all the poor souls that didn't make it. :(

:iagree:

And t-shirts too :tup:
Which should be given to us for free as per the terms agreed to on facebook :P

ChrisSlicks 07-19-2011 09:03 PM

Nice job AK, very smooth and professional!

EazyD 07-19-2011 10:51 PM

Seems pretty fast to me, AK, here in Massachusetts w/Comcast. Also I like the discrete but totally apparent Donate button on the top bar.

sboden 07-20-2011 12:05 AM

It is very fast now. Also my paypal went through on the premium membership on the 19th but still show base. Not sure if the server move will have messed it up or not.

xdeslitx 07-20-2011 01:47 AM

donated :tup:

Isamu 07-20-2011 04:08 AM

it is noticably faster, however, I ran into a few database errors. just giving you a heads up AK!

SPOHN 07-20-2011 05:31 AM

Damn this baby is fast. Love it. Not working on Iphone though.

Big props to AK. I'll donate later this evening.

fullmonty 07-20-2011 07:00 AM

Very nice AK, I'll be renewing my prem membership in the next few days

Hi-Step'n370Z 07-20-2011 08:06 AM

Hey Ak,
You will be receiving my donation very soon.

xohmx 07-20-2011 03:11 PM

Very fast so far! Great job on the move as well, I know they can turn out very bad.

b1adesofcha0s 07-21-2011 09:51 AM

Just got some more database errors :|

Red__Zed 07-21-2011 09:54 AM

Quote:

Originally Posted by b1adesofcha0s (Post 1223195)
Just got some more database errors :|

That is because you touch yourself at night.

b1adesofcha0s 07-21-2011 09:57 AM

Quote:

Originally Posted by Red__Zed (Post 1223203)
That is because I touch Shado and Steve at night.

:werd:

I guess not even the new server can handle that massive amount of ghey.

CBRich 07-21-2011 07:08 PM

iPad support. Thank you.

Red__Zed 07-21-2011 07:09 PM

Quote:

Originally Posted by b1adesofcha0s (Post 1223211)
:werd:

I guess not even the new server can handle that massive amount of ghey.

:eek:

b1adesofcha0s 07-22-2011 08:25 AM

Quote:

Originally Posted by Red__Zed (Post 1224380)
:eek:

:rofl2:

houkouonchi 07-23-2011 04:29 AM

Nicer latency now that the servers in california =)

PING the370z.com (50.23.110.197) 56(84) bytes of data.
64 bytes from 50.23.110.197-static.reverse.softlayer.com (50.23.110.197): icmp_seq=1 ttl=54 time=9.20 ms
64 bytes from 50.23.110.197-static.reverse.softlayer.com (50.23.110.197): icmp_seq=2 ttl=54 time=8.99 ms
64 bytes from 50.23.110.197-static.reverse.softlayer.com (50.23.110.197): icmp_seq=3 ttl=54 time=8.97 ms

Isamu 08-01-2011 01:54 AM

2 Attachment(s)
AK,

as I promised!
http://www.the370z.com/attachment.ph...1&d=1312181655

AK370Z 08-01-2011 08:02 AM

Isamu thanks for posting. But I have noticed that the downtime starts at 2 am and takes about 3 hours to complete. During this 3 hour time, forum is on and off (some section works while some sections get DB errors. Also some features work and some features doesn't). But after 3 hours when it's fully backed up, the site works perfectly. So judging by your time stamp, it looks like you got the DB error during those time (1:00 am to 4:00ish for you. CST.). Hope it makes sense. I am gonna update the downtime thread soon with new info.

thanks

Isamu 08-01-2011 08:31 AM

Quote:

Originally Posted by AK370Z (Post 1239265)
Isamu thanks for posting. But I have noticed that the downtime starts at 2 am and takes about 3 hours to complete. During this 3 hour time, forum is on and off (some section works while some sections get DB errors. Also some features work and some features doesn't). But after 3 hours when it's fully backed up, the site works perfectly. So judging by your time stamp, it looks like you got the DB error during those time (1:00 am to 4:00ish for you. CST.). Hope it makes sense. I am gonna update the downtime thread soon with new info.

thanks

cool beans! :tup: I hope you know I wasn't bashing the new server, just wanted you to be aware! but that's cool if it's just server down time

houkouonchi 08-02-2011 08:24 AM

Quote:

Originally Posted by AK370Z (Post 1239265)
Isamu thanks for posting. But I have noticed that the downtime starts at 2 am and takes about 3 hours to complete. During this 3 hour time, forum is on and off (some section works while some sections get DB errors. Also some features work and some features doesn't). But after 3 hours when it's fully backed up, the site works perfectly. So judging by your time stamp, it looks like you got the DB error during those time (1:00 am to 4:00ish for you. CST.). Hope it makes sense. I am gonna update the downtime thread soon with new info.

thanks

AK, is there a reason why you don't convert the mysql tables to innodb (assuming they are myisam) and do mysqldump with --single-transaction to prevent the tables from being locked so you don't have the site go down during the mysqldump?

I work for a web-hosting company and our central database is over 100GB. Its not really feasible to have downtime during backup so most of our stuff is innodb. Another option is to have two mysqld's (would use more disk I/O if you don't have another server to run it on) and do mysql replication and then just run the dump on the slave.

Isamu 08-02-2011 08:57 AM

Quote:

Originally Posted by houkouonchi (Post 1241213)
AK, is there a reason why you don't convert the mysql tables to innodb (assuming they are myisam) and do mysqldump with --single-transaction to prevent the tables from being locked so you don't have the site go down during the mysqldump?

I work for a web-hosting company and our central database is over 100GB. Its not really feasible to have downtime during backup so most of our stuff is innodb. Another option is to have two mysqld's (would use more disk I/O if you don't have another server to run it on) and do mysql replication and then just run the dump on the slave.

:tup:

houkouonchi 08-03-2011 07:50 AM

Quote:

Originally Posted by Isamu (Post 1241257)
:tup:

I realized one of the things you lose (I believe still to be true) is full text searching which is probably needed for a few of the tables for a forum (but probably not all). If some tables can't be converted than the mysql replication should be a good option

EazyD 08-09-2011 11:21 PM

Feature that makes Tapatalk app worth it: the option to see only "Participated In" threads.


All times are GMT -5. The time now is 11:30 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.0 PL2