Skip to main content
Change the AppData Location
Updated this week

If you need to change the location of your ShareGate Migrate application data, you can use mklink in the Windows Command Prompt to create a symbolic link with the following steps:

  1. Close ShareGate Migrate and exit it in the system tray.

  2. Create a folder on your new drive, for instance, D:\ShareGateAppData.

  3. Copy and paste the content of the Sharegate folder present in C:\Users\youruser.name\AppData\Local\Sharegate to the new ShareGateAppData folder.

  4. Delete or rename the original Sharegate folder in C:\Users\youruser.name\AppData\Local\
    โ€‹Note: Renaming the folder is an excellent way to keep a backup of your ShareGate Migrate data.

  5. Locate Command Prompt in Windows.

  6. Right-click Command Prompt.

  7. Select Run as administrator.

  8. Type the following, replacing the user name in the path with your own:

    cd C:\Users\youruser.name\AppData\Local
  9. Press Enter.

  10. Type the following, replacing D:\ShareGateAppData with the new folder location:

    mklink /d sharegate "D:\ShareGateAppData"
    • We recommend you use a local drive to avoid network issues impacting ShareGate Migrate.

  11. Press Enter.

  12. Open ShareGate Migrate.

Note: ShareGate Migrate does not directly support moving its application data. You might experience minor issues, such as the available data still showing the remaining data on your C: drive in ShareGate Migrate.

Did this answer your question?