Project

General

Profile

Two sites work as one

Added by user 89237 about 4 hours ago

I have setup RedMine on a Win2K22 server. The setup is IIS/SQLServer. I have setup everything else needed and it works fine.

Now, i wanted to create a clone of it for test purposes, so i have performed the following steps:
  1. Copied the folder contents to another folder (on the same server)
  2. Created a new site on the same server at a custom port
  3. Copied the entire database to another one (on the same database server)
  4. Changed database.yml to use the newly copied database name.

When i view folder contents of the two sites in IIS, i see the two different folders so i expected this to work as two separate instances of RedMine. The result however is that when i login to the test site, i actually connect to the live database! What am i missing?