You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migration/abw-migration.md
+34-2Lines changed: 34 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,36 +6,66 @@ With the deprecation of Azure Blockchain Service, users of the Azure Blockchain
6
6
7
7
Migration from ABS to QBS or another Quorum stack is considered a supported scenario, however it will require some work of the user as the settings to reconfigure Azure Blockchain Workbench are internal to the service. The steps to perform this are:
8
8
9
-
1. First, request the export of the blockchain data from the Azure Blockchain Service instance. Once the export is completed, the new instance of Quorum needs to be created and running.
9
+
1. First, request the [export](https://docs.microsoft.com/en-us/azure/blockchain/service/migration-guide#export-data-from-azure-blockchain-service) of the blockchain data from the Azure Blockchain Service instance. Once the export is completed, the new instance of Quorum needs to be created and running.
10
10
11
11
2. Next, open the Azure portal to the resource group containing the Azure Blockchain Workbench deployed resources.
12
12
13
+

14
+
13
15
3. Click on the SQL database, there should be only one.
14
16
17
+

18
+
15
19
4. Click on Query Editor.
16
20
21
+

22
+
17
23
5. Enter you DB username / password that was used to deploy the resources initially. `NOTE: You may need to whitelist the Azure IP for access.`
18
24
25
+

26
+
19
27
6. Run the following command to view the Connections to ledgers. `SELECT * FROM [dbo].[Connection]`
20
28
29
+

30
+
21
31
7. Now update the update the connection with the new RPC endpoint. `UPDATE [dbo].[Connection] SET EndPointURL = <your new rpc endpoint> WHERE Id = <id of connection>`
22
32
33
+

34
+
23
35
8. Now navigate back to the resource group and open the Azure Key Vault resource.

62
+
37
63
15. Paste the new RPC endpoint in the secret and save.
38
64
65
+
16. Restart the VMSS nodes.
66
+
67
+

68
+
39
69
## Option 2 - Creating a new Azure Blockchain Workbench instance, connecting to a migrated ABS instance (easy)
40
70
41
71
Another option is to create a new instance of Azure Blockchain Workbench, connected to the migrated of Quorum either via QBS or manually. The steps to perform this are:
@@ -44,6 +74,8 @@ Another option is to create a new instance of Azure Blockchain Workbench, connec
44
74
45
75
2. Next, create a new instance of Azure Blockchain Workbench and in the advanced settings use the RPC endpoint of the Quorum node created in step 1.
0 commit comments