1
hashr
6y

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 !
Add Comment