Many Thanks Ethan.

GroupDIY Audio Forum

Help Support GroupDIY Audio Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

pucho812

Well-known member
Joined
Oct 4, 2004
Messages
14,934
Location
third stone from the sun
Not sure what caused the break this time that gave us 522 errors, perhaps maintenance but we are back.

I can only assume Ethan had a huge hand in this.

So with the deepest of gratitude thanks Ethan.
 
for (var i = 0; i <=2; i++) {
  println ("Thanks Ethan!");
  if (i = 2 ){
    println ("\r" + "This is for Ian");
  }
}
 
Thanks for your patience and sorry for the extended downtime!
This is jist of what happened...

-changed domain registrars
-migrated servers from Georgia to Arizona
-upgraded from PHP 5.4 to 7.3
-ditched macOS and moved to CentOS
-added nginx as a reverse proxy for apache
-upgraded from 16GB to 32GB of RAM
-upgraded from 1 SSD + HDD backup to 2xSSD in RAID 1 + remote backup

Most of the downtime was due to configuration things here and there that I overlooked or farked up. :eek:
I still have to fix some issues with the email server when I get a chance.
 
boji said:
for (var i = 0; i <=2; i++) {
  println ("Thanks Ethan!");
  if (i = 2 ){
    println ("\r" + "This is for Ian");
  }
}

Thanks Boji!
Hm, one minor tweak "if ( i ==  2 )" might allow Ian to see the message  ;)
 
Thanks Boji!
Hm, one minor tweak "if ( i ==  2 )" might allow Ian to see the message  ;)

Hilarious! Knew I was just adding more errors to the sentiment.

-changed domain registrars
-migrated servers from Georgia to Arizona
-upgraded from PHP 5.4 to 7.3
-ditched macOS and moved to CentOS
-added nginx as a reverse proxy for apache
-upgraded from 16GB to 32GB of RAM
-upgraded from 1 SSD + HDD backup to 2xSSD in RAID 1 + remote backup
:eek: :eek:
Good lord, thank you again for hardware and software upgrades--You are a madman for doing all that in one go!
 
Thank you, but nahhh it's really you all and the moderators that keep this place going!
I'm just the guy holding the plunger.
 
Back
Top