Requirements:
-PowerShell ver. 2 or greater.
-Credentials of vRanger user on Services and Database (by default they are the same)
-BETReposync03.2.ps1 script provided by vRanger Support.
Collect the following information:
-SQL Instance name: In the GUI | Tools | Options | General | Database | Database Server
-vRanger Database name: By default it is vRangerPro, can be checked with SQL Management Studio.
-Authentication for vRanger to the SQL database, by default it is vRanger's user. Recommended to Log In the server with vRanger's user (as seen on Services | Log On As)
-Name of your newer Repository as seen on the GUI | My Repositories
-Credentials to your newer Repository. Right Click your Repository | Edit | Review Username.
- First let's make sure you are not running any Jobs
- let's proceed to Services and then Stop vRanger services. We usually stop them from Top to Bottom.
- browse to your old repository and let's Copy Paste the backups' folders into your newer repository with your other savepoints. You can use Windows Explorer or another tool like TeraCopy.
- *Now we need to update the Global Manifest File with the Script.*
- Extract Reposync from archive.
- Launch PowerShell console as Administrator
- Allow script execution if necessary: Set-ExecutionPolicy unrestricted
- Change directory to the script location, e.g. c:\BETreposync.
- Execute script: .\reposync03.2.ps1
- On the opening menu, enter the SQL Instance name.
- Enter vRanger database.
- Enter Authentication
- Enter the number assigned to your newer repository in order to update it's global manifest.
- Enter Credentials to your repository.
- On the following menu select option 1 Sync whole repo.
- Select 'n' to verify vars. (we Do Not need to verify vars and it will take a long time.)
- Data will be processed and your Global Manifest updated with all your Savepoints, old and new.
- Exit the Script and Start the vRanger Services (usually from Bottom to Top) .
You should be able to see all your savepoints in your newer Repository in the GUI. Review your Jobs and Edit accordingly.