HQRIO Relsease Deployment - BBCWiki/IPos-Internal GitHub Wiki
How to Release HQRIO
To release the latest version of HQRIO, follow these steps:
-
Access the Remote Desktop Connection:
- Connect to the IP address:
10.5.6.156
.
- Connect to the IP address:
-
Open Visual Studio:
- Launch Visual Studio once connected to the remote desktop.
-
Get the Latest Version of HQRIO:
- Ensure you have the latest version of the HQRIO.
-
Use Schema Compare:
- In Visual Studio, use the Schema Compare tool with the following connection string:
10.5.6.156,1433.HQRIO
- In Visual Studio, use the Schema Compare tool with the following connection string:
-
Perform the Comparison:
- Click the Compare button located in the top left corner.
-
Update the Database:
- After the comparison has finished, press the Update button.
-
Verify the Update:
- Check the console to confirm that the update has completed successfully.
How to Deploy HQRIO
To deploy HQRIO, follow these steps:
-
Connect to SQL Server:
- Use SQL Server 2012 to connect to the following:
10.5.6.156,1433
- Username:
ipos
- Password: Use the default password for SQL.
- Use SQL Server 2012 to connect to the following:
-
Search for HQRIO Database:
- Locate the
HQRIO
database in the SQL Server.
- Locate the
-
Create a Backup:
- Create a backup of the HQRIO database using the following format:
HQRIOyyyymmdd
- Create a backup of the HQRIO database using the following format:
-
Restore the Backup:
- Restore the backup to your desired location.