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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
| [root@MSS-d4251dyr3k log]# cat /tmp/xtrabackup.log
200817 10:20:25 version_check Connecting to MySQL server with DSN 'dbi:mysql:;mysql_read_default_group=xtrabackup;host=127.0.0.1;port=3306;mysql_socket=/export/data/mysql/tmp/mysql.sock' as 'os_admin' (using password: YES).
200817 10:20:25 version_check Connected to MySQL server
200817 10:20:25 version_check Executing a version check against the server...
200817 10:20:25 version_check Done.
200817 10:20:25 Connecting to MySQL server host: 127.0.0.1, user: os_admin, password: set, port: 3306, socket: /export/data/mysql/tmp/mysql.sock
Using server version 5.6.39-log
xtrabackup version 2.4.8 based on MySQL server 5.7.13 Linux (x86_64) (revision id: 97330f7)
xtrabackup: uses posix_fadvise().
xtrabackup: cd to /export/data/mysql/data
xtrabackup: open files limit requested 64000, set to 655350
xtrabackup: using the following InnoDB configuration:
xtrabackup: innodb_data_home_dir = /export/data/mysql/data
xtrabackup: innodb_data_file_path = ibdata1:512M;ibdata2:512M:autoextend
xtrabackup: innodb_log_group_home_dir = /export/data/mysql/data
xtrabackup: innodb_log_files_in_group = 3
xtrabackup: innodb_log_file_size = 1073741824
2020-08-17 10:20:25 0x7f41fb10d740 InnoDB: Using Linux native AIO
xtrabackup: using O_DIRECT
InnoDB: Number of pools: 1
200817 10:20:25 >> log scanned up to (8956176)
xtrabackup: Generating a list of tablespaces
InnoDB: Allocated tablespace ID 1 for mysql/innodb_table_stats, old maximum was 0
200817 10:20:26 [01] Compressing, encrypting and streaming /export/data/mysql/data/ibdata1
200817 10:20:26 >> log scanned up to (8956176)
200817 10:20:27 >> log scanned up to (8956176)
200817 10:20:28 >> log scanned up to (8956176)
200817 10:20:29 [01] ...done
200817 10:20:29 [01] Compressing, encrypting and streaming /export/data/mysql/data/ibdata2
200817 10:20:29 >> log scanned up to (8956176)
200817 10:20:30 >> log scanned up to (8956176)
200817 10:20:31 >> log scanned up to (8956176)
200817 10:20:32 >> log scanned up to (8956176)
200817 10:20:32 [01] ...done
200817 10:20:32 [01] Compressing, encrypting and streaming ./mysql/innodb_table_stats.ibd
200817 10:20:32 [01] ...done
200817 10:20:32 [01] Compressing, encrypting and streaming ./mysql/innodb_index_stats.ibd
200817 10:20:32 [01] ...done
200817 10:20:32 [01] Compressing, encrypting and streaming ./mysql/slave_relay_log_info.ibd
200817 10:20:32 [01] ...done
200817 10:20:32 [01] Compressing, encrypting and streaming ./mysql/slave_master_info.ibd
200817 10:20:32 [01] ...done
200817 10:20:32 [01] Compressing, encrypting and streaming ./mysql/slave_worker_info.ibd
200817 10:20:32 [01] ...done
200817 10:20:32 [01] Compressing, encrypting and streaming ./hcloud/t.ibd
200817 10:20:32 [01] ...done
200817 10:20:33 Executing FLUSH NO_WRITE_TO_BINLOG TABLES...
200817 10:20:33 Executing FLUSH TABLES WITH READ LOCK...
200817 10:20:33 Starting to backup non-InnoDB tables and files
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/db.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/db.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/db.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/user.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/user.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/user.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/func.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/func.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/func.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/plugin.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/plugin.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/plugin.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/servers.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/servers.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/servers.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/tables_priv.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/tables_priv.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/tables_priv.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/columns_priv.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/columns_priv.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/columns_priv.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/help_topic.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/help_topic.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/help_topic.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/help_category.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/help_category.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/help_category.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/help_relation.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/help_relation.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/help_relation.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/help_keyword.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/help_keyword.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/help_keyword.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone_name.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone_name.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone_transition.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone_transition.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone_transition.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone_transition_type.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone_transition_type.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone_transition_type.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone_leap_second.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone_leap_second.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/time_zone_leap_second.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/proc.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/proc.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/proc.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/procs_priv.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/procs_priv.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/procs_priv.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/general_log.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/general_log.CSM to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/general_log.CSV to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/slow_log.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/slow_log.CSM to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/slow_log.CSV to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/event.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/event.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/event.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/ndb_binlog_index.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/ndb_binlog_index.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/ndb_binlog_index.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/innodb_table_stats.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/innodb_index_stats.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/slave_relay_log_info.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/slave_master_info.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/slave_worker_info.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/proxies_priv.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/proxies_priv.MYI to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./mysql/proxies_priv.MYD to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [00] Compressing, encrypting and streaming <STDOUT>
200817 10:20:33 [00] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/db.opt to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/cond_instances.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_waits_current.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_waits_history.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_waits_history_long.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_waits_summary_by_instance.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_waits_summary_by_host_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_waits_summary_by_user_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_waits_summary_by_account_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_waits_summary_by_thread_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_waits_summary_global_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/file_instances.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/file_summary_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/file_summary_by_instance.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/socket_instances.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/socket_summary_by_instance.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/socket_summary_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/host_cache.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/mutex_instances.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/objects_summary_global_by_type.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/performance_timers.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/rwlock_instances.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/setup_actors.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/setup_consumers.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/setup_instruments.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/setup_objects.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/setup_timers.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/table_io_waits_summary_by_index_usage.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/table_io_waits_summary_by_table.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/table_lock_waits_summary_by_table.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/threads.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_stages_current.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_stages_history.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_stages_history_long.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_stages_summary_by_thread_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_stages_summary_by_host_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_stages_summary_by_user_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_stages_summary_by_account_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_stages_summary_global_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_statements_current.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_statements_history.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_statements_history_long.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_statements_summary_by_thread_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_statements_summary_by_host_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_statements_summary_by_user_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_statements_summary_by_account_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_statements_summary_global_by_event_name.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/hosts.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/users.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/accounts.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/events_statements_summary_by_digest.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/session_connect_attrs.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./performance_schema/session_account_connect_attrs.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./hcloud/db.opt to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 [01] Compressing, encrypting and streaming ./hcloud/t.frm to <STDOUT>
200817 10:20:33 [01] ...done
200817 10:20:33 Finished backing up non-InnoDB tables and files
200817 10:20:33 [00] Compressing, encrypting and streaming <STDOUT>
200817 10:20:33 [00] ...done
200817 10:20:33 Executing FLUSH NO_WRITE_TO_BINLOG ENGINE LOGS...
xtrabackup: The latest check point (for incremental): '8956176'
200817 10:20:33 >> log scanned up to (8956176)
xtrabackup: Stopping log copying thread.
200817 10:20:33 Executing UNLOCK TABLES
200817 10:20:33 All tables unlocked
200817 10:20:33 Backup created in directory '/xtrabackup_backupfiles/'
MySQL binlog position: filename 'mysql-bin.007045', position '484', GTID of the last change '85b2d3ec-ccca-11ea-9f99-fa163e7e7509:1-1195,
8bf03311-ccca-11ea-9f99-fa163e9a7213:1'
200817 10:20:33 [00] Compressing, encrypting and streaming <STDOUT>
200817 10:20:33 [00] ...done
200817 10:20:33 [00] Compressing, encrypting and streaming <STDOUT>
200817 10:20:33 [00] ...done
xtrabackup: Transaction log of lsn (8956176) to (8956176) was copied.
200817 10:20:33 completed OK!
|