1
hashr
5y

We have a CRM running on an EC2 instance. We need to clone it so we can test a tool on the replica. We tried cloning it directly, sharing the AMI and creating a new instance through it but it always redirects changes to the original production server. The database is on the instance only and static files are stored in S3. Can someone guide me or share some resourses on how to do this.

Comments
  • 1
    The CRM will have a config file or setting that says to what database it connects to.
    No matter how many times you clone it, it always connects to the same database.
  • 0
    update: we solved it yesterday,
    it was actually the apache config that redirected the site to original site. Thus test data was reflecting there too
  • 0
    @spyridonas thanks anyways
  • 0
    @spyridonas also the database was on same instance so it connects to localhost
  • 1
    @hashr oh ok, I'm glad that you solved it !
  • 0
    I studied the issue of implementing CRM, this is a specific direction, since, depending on the specialization of the business, it is necessary to interpret the system to meet the requirements of the business. To correctly reflect the collected materials, I used this resource https://topwritersreview.com/review... to select the appropriate service. It helped me make the right choice.
Add Comment