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
@@ -49,6 +53,10 @@ Copy the logs for the containers with similar name, Optional, by default copies
49
53
Target folder path to copy logs to. Optional, by default creates the result in the local folder. Cannot be specified multiple times. If specified multiple times, last one will be used
50
54
#### `--pod`
51
55
Copy the logs for the pods with similar name. Optional, by default copies logs for all pods. Cannot be specified multiple times. If specified multiple times, last one will be used
56
+
#### `--resource-kind -rk`
57
+
Copy the logs for the resource of a particular kind. Cannot specified multiple times. If specified multiple times, last one will be used. If specified, --resource-name should also be specified to identify the resource.
58
+
#### `--resource-name -rn`
59
+
Copy the logs for the resource of the specified name. Cannot be specified multiple times. If specified multiple times, last one will be used. If specified, --resource-kind should also be specified to identify the resource.
52
60
#### `--timeout -t`
53
61
The number of seconds to wait for the command to complete. The default value is 0 which is unlimited
54
62
#### `--skip-compress -sc`
@@ -101,3 +109,4 @@ Increase logging verbosity. Use --debug for full debug logs.
101
109
For more information about other **azdata** commands, see [azdata reference](reference-azdata.md).
102
110
103
111
For more information about how to install the **azdata** tool, see [Install azdata](..\install\deploy-install-azdata.md).
Copy file name to clipboardExpand all lines: docs/azdata/reference/reference-azdata-arc-dc.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Reference article for azdata arc dc commands.
5
5
author: MikeRayMSFT
6
6
ms.author: mikeray
7
7
ms.reviewer: seanw
8
-
ms.date: 06/22/2020
8
+
ms.date: 09/22/2020
9
9
ms.topic: reference
10
10
ms.prod: sql
11
11
ms.technology: big-data-cluster
@@ -56,9 +56,9 @@ azdata arc dc create
56
56
```
57
57
### Required Parameters
58
58
#### `--namespace -ns`
59
-
The Kubernetes namespace to deploy the data controller into. If it exists already it will be used. If it does not exist, an attempt will be made to create it first. This name will also be used for the data controller's local Kubernetes custom resource.
59
+
The Kubernetes namespace to deploy the data controller into. If it exists already it will be used. If it does not exist, an attempt will be made to create it first.
60
60
#### `--name -n`
61
-
The name for the data controller in the Azure Portal.
61
+
The name for the data controller.
62
62
#### `--connectivity-mode`
63
63
The connectivity to Azure - indirect or direct - which the data controller should operate in.
64
64
#### `--resource-group -g`
@@ -69,7 +69,7 @@ The Azure location in which the data controller metadata will be stored (e.g. ea
69
69
The Azure subscription ID in which the data controller resource should be added.
70
70
### Optional Parameters
71
71
#### `--profile-name`
72
-
The name of an existing configuration profile. Run `azdata arc dc config list` to see available options. One of the following: ['azure-arc-aks-default-storage', 'azure-arc-eks', 'azure-arc-aks-premium-storage', 'azure-arc-azure-openshift', 'azure-arc-kubeadm', 'azure-arc-openshift', 'azure-arc-ake'].
72
+
The name of an existing configuration profile. Run `azdata arc dc config list` to see available options. One of the following: ['azure-arc-aks-premium-storage', 'azure-arc-ake', 'azure-arc-openshift', 'azure-arc-gke', 'azure-arc-aks-default-storage', 'azure-arc-kubeadm', 'azure-arc-eks', 'azure-arc-azure-openshift', 'azure-arc-aks-hci'].
73
73
#### `--path -p`
74
74
The path to a directory containing a custom configuration profile to use. Run `azdata arc dc config init` to create a custom configuration profile.
75
75
#### `--storage-class -sc`
@@ -170,3 +170,4 @@ Increase logging verbosity. Use --debug for full debug logs.
170
170
For more information about other **azdata** commands, see [azdata reference](reference-azdata.md).
171
171
172
172
For more information about how to install the **azdata** tool, see [Install azdata](..\install\deploy-install-azdata.md).
Copy file name to clipboardExpand all lines: docs/azdata/reference/reference-azdata-arc-postgres-endpoint.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
-
title: azdata arc postgres server endpoint reference
2
+
title: azdata arc postgres endpoint reference
3
3
titleSuffix: SQL Server big data clusters
4
-
description: Reference article for azdata arc postgres server endpoint commands.
4
+
description: Reference article for azdata arc postgres endpoint commands.
5
5
author: MikeRayMSFT
6
6
ms.author: mikeray
7
7
ms.reviewer: seanw
8
-
ms.date: 06/22/2020
8
+
ms.date: 09/22/2020
9
9
ms.topic: reference
10
10
ms.prod: sql
11
11
ms.technology: big-data-cluster
12
12
---
13
13
14
-
# azdata arc postgres server endpoint
14
+
# azdata arc postgres endpoint
15
15
16
16
Applies to `azdata`
17
17
@@ -21,24 +21,24 @@ The following article provides reference for the **sql** commands in the **azdat
21
21
22
22
|Command|Description|
23
23
| --- | --- |
24
-
[azdata arc postgres server endpoint list](#azdata-arc-postgres-server-endpoint-list) | List PostgreSQL server group endpoints.
25
-
## azdata arc postgres server endpoint list
24
+
[azdata arc postgres endpoint list](#azdata-arc-postgres-endpoint-list) | List PostgreSQL server group endpoints.
25
+
## azdata arc postgres endpoint list
26
26
List PostgreSQL server group endpoints.
27
27
```bash
28
-
azdata arc postgres server endpoint list --name -n
29
-
[--engine-version -ev]
28
+
azdata arc postgres endpoint list --name -n
29
+
[--engine-version -ev]
30
30
```
31
31
### Examples
32
32
List PostgreSQL server group endpoints.
33
33
```bash
34
-
azdata arc postgres server endpoint list -n postgres01
34
+
azdata arc postgres endpoint list -n postgres01
35
35
```
36
36
### Required Parameters
37
37
#### `--name -n`
38
38
Name of the PostgreSQL server group.
39
39
### Optional Parameters
40
40
#### `--engine-version -ev`
41
-
Must be 11 or 12. It is possible to create multiple PostgreSQL server groups with the same name but different engine version. Engine version will be used in conjunction with name to uniquely identify the PostgreSQL server group in such case. Otherwise engine version can be optional.
41
+
--engine-version can be used in conjunction with --name to identify a PostgreSQL Hyperscale server group when two server groups of different engine version have the same name. --engine-version is optional and when used to identify a server group, it must be 11 or 12.
42
42
### Global Arguments
43
43
#### `--debug`
44
44
Increase logging verbosity to show all debug logs.
@@ -56,3 +56,4 @@ Increase logging verbosity. Use --debug for full debug logs.
56
56
For more information about other **azdata** commands, see [azdata reference](reference-azdata.md).
57
57
58
58
For more information about how to install the **azdata** tool, see [Install azdata](..\install\deploy-install-azdata.md).
Copy file name to clipboardExpand all lines: docs/azdata/reference/reference-azdata-arc-postgres-server-backup.md
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Reference article for azdata arc postgres server backup commands.
5
5
author: MikeRayMSFT
6
6
ms.author: mikeray
7
7
ms.reviewer: seanw
8
-
ms.date: 06/22/2020
8
+
ms.date: 09/22/2020
9
9
ms.topic: reference
10
10
ms.prod: sql
11
11
ms.technology: big-data-cluster
@@ -22,6 +22,7 @@ The following article provides reference for the **sql** commands in the **azdat
22
22
|Command|Description|
23
23
| --- | --- |
24
24
[azdata arc postgres server backup create](#azdata-arc-postgres-server-backup-create) | Create a backup of a PostgreSQL server group.
25
+
[azdata arc postgres server backup delete](#azdata-arc-postgres-server-backup-delete) | Delete a backup of a PostgreSQL server group.
25
26
[azdata arc postgres server backup restore](#azdata-arc-postgres-server-backup-restore) | Restore a backup of a PostgreSQL server group.
26
27
[azdata arc postgres server backup restorestatus](#azdata-arc-postgres-server-backup-restorestatus) | Get the status of the most recent restore operation, if any.
27
28
[azdata arc postgres server backup show](#azdata-arc-postgres-server-backup-show) | Show details about a backup of a PostgreSQL server group.
0 commit comments