Forum Discussion

trishmalloy's avatar
trishmalloy
Copper Contributor
Jan 24, 2019

Using same URL on old SP server as new SP server

Hello,

 

We currently have a SharePoint 2013 production server that I want to move to SharePoint 2019.  I don't want to do an in-place upgrade, I'd rather start clean, on a new VM.  Can you tell me the process of how I can keep the URL that is being used on the SharePoint 2013 site oie.cscc.edu on the new SharePoint 2019 site oie.cscc.edu?

 

Trish

  • fainpablo's avatar
    fainpablo
    Brass Contributor
    Hi Trish,

    Well, it depends on your DNS infrastructure. If you have a public record for your subdomain you may want to reach out to OarNet, who is hosting your public DNS zone and ask them to change the A record of your existing domain to point to the IP address on the new SharePoint server.

    On the other hand, if you have a private DNS zone (in your company network), you’ll need to ask the IT team to change the DNS record.

    If you have more details regarding your current infrastructure, that’ll be helpful.

    Pablo
    • trishmalloy's avatar
      trishmalloy
      Copper Contributor

      I'm wanting to set up the new server while the old one is in production.  Can I create a web application on a different server with the same URL?  How will I do the switch over when I want the new server to go live?

      • fainpablo's avatar
        fainpablo
        Brass Contributor
        Yes, you can definitely create a web application with the same url on another farm. What you can do is edit your machine “hosts” file to bypass your DNS servers and be able to browse the sites on your new farm. Make sure you’re on the new one when doing changes.

        Another option is to setup your new web application with a different URL and once you’re done with the configuration/migration create an alternate access mapping with the old url. You can read more about AAM here: https://docs.microsoft.com/en-us/sharepoint/administration/configure-alternate-access-mappings

        As soon as you finish (no matter which path you decided to follow) you can go ahead and replace the IP address on the DNS record as I mentioned before.

Resources