NO

Author Topic: Server outage today  (Read 986 times)

Offline Christian

  • Administrator
  • Member
  • *****
  • Posts: 142
    • http://www.pellesc.de
Server outage today
« on: February 28, 2024, 04:00:33 PM »
Hello,

due to hardware problems at the hoster, we had several server outages today. It works again, but I plan to move the forum to a new server within the next weeks.

Happy coding

Christian
www.pellesc.de - German PellesC mirror (now available in german and english)

Offline John Z

  • Member
  • *
  • Posts: 796
Re: Server outage today
« Reply #1 on: February 28, 2024, 08:57:12 PM »
Christian,

Thank you for all the hard work you do to keep the wheels turning, and the posting posting,  on the forum!

We all enjoy and benefit from the fruits of your labor.

Thanks very much!

John Z

Offline Marco

  • Member
  • *
  • Posts: 42
Re: Server outage today
« Reply #2 on: February 29, 2024, 10:41:12 AM »
I echo John's thanks.

Offline WiiLF23

  • Member
  • *
  • Posts: 66
Re: Server outage today
« Reply #3 on: February 29, 2024, 08:55:46 PM »
Leverage caching while your at it. And it would be highly beneficial to move to FastCGI (php-fpm).

VB should support the 3 main caching methods for PHP. Opcache, memcached, etc.

Lastly, the latency seems fine but other than the forum script itself, it would do just fine on a VPS if on a budget. I don't know how it is performing as of current, but keeping a note on the CPU usage and database load will direct those in charge in a solid direction.

I would personally TAR/GZ the entire www root, so you retain file system permissions and extract that on the new hosts disk (so you rid yourself of CHMOD duties later). It saves a great deal of time.

God luck!