forked from scaleway/scaleway-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest-update-instance-modify-default-work-mem-from4-to8mb.golden
More file actions
117 lines (113 loc) · 2.79 KB
/
test-update-instance-modify-default-work-mem-from4-to8mb.golden
File metadata and controls
117 lines (113 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟩🟩🟩 STDOUT️ 🟩🟩🟩️
CreatedAt few seconds ago
Region fr-par
ID 7c2a0276-0614-4f43-a243-6b733a1473fc
Name cli-test
OrganizationID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5
ProjectID 564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5
Status ready
Engine PostgreSQL-12
IsHaCluster false
NodeType db-dev-s
Endpoints.0.ID 2c007a6d-0c52-4910-bd40-836fcca1bf49
Endpoints.0.IP 195.154.69.50
Endpoints.0.Port 23990
LogsPolicy.MaxAgeRetention 30
BackupSameRegion false
Endpoint:
ID 2c007a6d-0c52-4910-bd40-836fcca1bf49
IP 195.154.69.50
Port 23990
Volume:
Type lssd
Size 5.0 GB
Class unknown_storage_class
Backup Schedule:
Disabled false
Frequency 1 days
Retention 7 days
Settings:
NAME VALUE
work_mem 8
max_connections 100
effective_cache_size 1300
maintenance_work_mem 150
max_parallel_workers 0
max_parallel_workers_per_gather 0
🟩🟩🟩 JSON STDOUT 🟩🟩🟩
{
"created_at": "1970-01-01T00:00:00.0Z",
"volume": {
"type": "lssd",
"size": 5000000000,
"class": "unknown_storage_class"
},
"region": "fr-par",
"id": "7c2a0276-0614-4f43-a243-6b733a1473fc",
"name": "cli-test",
"organization_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
"project_id": "564aa517-68b0-4fd7-8c8c-d21c4bcdcbd5",
"status": "ready",
"engine": "PostgreSQL-12",
"upgradable_version": null,
"endpoint": {
"id": "2c007a6d-0c52-4910-bd40-836fcca1bf49",
"ip": "195.154.69.50",
"port": 23990,
"name": null,
"load_balancer": {}
},
"tags": [],
"settings": [
{
"name": "work_mem",
"value": "8"
},
{
"name": "max_connections",
"value": "100"
},
{
"name": "effective_cache_size",
"value": "1300"
},
{
"name": "maintenance_work_mem",
"value": "150"
},
{
"name": "max_parallel_workers",
"value": "0"
},
{
"name": "max_parallel_workers_per_gather",
"value": "0"
}
],
"backup_schedule": {
"frequency": 24,
"retention": 7,
"disabled": false,
"next_run_at": null
},
"is_ha_cluster": false,
"read_replicas": [],
"node_type": "db-dev-s",
"init_settings": [],
"endpoints": [
{
"id": "2c007a6d-0c52-4910-bd40-836fcca1bf49",
"ip": "195.154.69.50",
"port": 23990,
"name": null,
"load_balancer": {}
}
],
"logs_policy": {
"max_age_retention": 30,
"total_disk_retention": null
},
"backup_same_region": false,
"maintenances": []
}