Simple Machines Community Forum

SMF Support => Server Performance and Configuration => Topic started by: beatrixweatherby on October 30, 2023, 03:14:59 AM

Title: What are the steps and considerations involved in migrating my website to a new
Post by: beatrixweatherby on October 30, 2023, 03:14:59 AM
I'm in the process of changing the server for my website(removed), and I'm seeking guidance and insights from the community on how to do this effectively. Whether it's about selecting the right hosting provider, transferring data, ensuring minimal downtime, or any other relevant aspects, your experience and knowledge would be greatly appreciated. Please share your expertise to help me navigate this transition smoothly. Thank you for your assistance!
Title: Re: What are the steps and considerations involved in migrating my website to a new
Post by: mickjav on October 30, 2023, 03:43:04 AM
I have been using https://hostit.host/ for years without issue.

Most host services have a plan for moving sites

I would employ one of the mod developers to get you moved, I always use @Diego Andrés for my site.

All the best mick
Title: Re: What are the steps and considerations involved in migrating my website to a new
Post by: Illori on October 30, 2023, 04:39:38 AM
https://wiki.simplemachines.org/smf/Hosting_-_How_do_I_move_my_SMF_forum_to_a_different_host
Title: Re: What are the steps and considerations involved in migrating my website to a new
Post by: arlomedia on March 12, 2024, 06:50:22 PM
I went through this recently and ran into a few obstacles:


This is probably too late for the original poster, but hopefully it will help someone else.
Title: Re: What are the steps and considerations involved in migrating my website to a new
Post by: Arantor on March 12, 2024, 07:02:44 PM
Quote from: arlomedia on March 12, 2024, 06:50:22 PMwhich the new MySQL doesn't have

Yes because it doesn't actually help in practice, and can often make things much worse, as per https://dev.mysql.com/blog-archive/mysql-8-0-retiring-support-for-the-query-cache/

Quote from: arlomedia on March 12, 2024, 06:50:22 PMthat previously were cached

Considering that the query cache was flushed any time an underlying table was updated, on any busy forum this will be frequent enough that it will underperform (which is why SMF's caching strategy is far preferable)