So my issue is my hosting company migrated my domain to a new server. I did run a drupal update recently, but I think this site is on a 7.X version. I would like to upgrade to 9.0 without losing any data if possible. What I get when I view the site now is an error looking page.
I have a live Drupal 7 site that I need to migrate to Drupal 9. My first step is to clone the live Drupal 7 site to MAMP so I can clean out the modules and content I do not need to migrate. I am struggling with cloning the site to MAMP. Here's what I did:
I have a site which has search functionality powered by Apache Solr . I am using search API for integration .
The problem is Solr server generally goes down after few days , If I give permission to anonymous users to use search functionality ( View permission seat to Anonymous)
If I restrict the usage to Verified users then solr server stays stable .
I feel spammers are firing many queries if search is open and bringing down solr .
What could be the possible ways to solve this issue . I want to keep the search open to anonymous user.
Here I’m seeking some recommendations. I’m currently working with a Drupal 7 website, which has very high user traffic (more than100K page visits per week). Also, the website has run several integrations with 3rd party systems and running several other internal systems on it. They also deployed the site in 2 NGINX nodes to do load balancing.