Skip to content

Commit 72def4e

Browse files
author
Mike Ray (Microsoft)
committed
Update headings.
1 parent f610414 commit 72def4e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/azure-arc/data/backup-controller-database.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ For example:
4444
kubectl get secret controller-db-rw-secret --namespace arcdataservices -o yaml
4545
```
4646

47-
## Retrieve the credentials for the secret
47+
## Decode the base64 encoded credentials
4848

4949
The contents of the yaml file of the secret `controller-db-rw-secret` contain a `password` and `username`. You can use any base64 decoder tool to decode the contents of the `password`.
5050

51-
## Use the decoded credentials to connect to the SQL instance hosting the controller database, and issue the `BACKUP` command
51+
## Back up the database
5252

5353
With the decoded credentials, run the following command to issue a T-SQL `BACKUP` command to back up the controller database.
5454

@@ -61,3 +61,6 @@ Once the backup is created, you can move the `controller.bak` file to a remote s
6161
> [!TIP]
6262
> Back up the controller database before and after any custom resource changes such as creating or deleting an Arc-enabled SQL Managed Instance.
6363
64+
## Next steps
65+
66+
[Azure Data Studio dashboards](azure-data-studio-dashboards.md)

0 commit comments

Comments
 (0)