forked from percona/pxb-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs-base.yml
More file actions
240 lines (227 loc) · 6.95 KB
/
mkdocs-base.yml
File metadata and controls
240 lines (227 loc) · 6.95 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
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
# MkDocs configuration for Netlify builds
site_name: Percona XtraBackup
site_description: Percona XtraBackup is an open source hot backup utility, for MySQL - based servers, that keeps your database fully available during planned maintenance windows.
site_author: Percona LLC
repo_name: percona/pxb-docs
repo_url: https://github.com/percona/pxb-docs
edit_uri: edit/innovation-release/docs/
use_directory_urls: false
# Theme setup
theme:
name: material
logo: assets/mysql-mark.svg
favicon: assets/mysql-fav.svg
font:
text: Roboto
code: Roboto Mono
icon:
edit: material/file-edit-outline
view: material/file-eye-outline
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Color theme set to Automatic. Click to change
- media: "(prefers-color-scheme: light)"
scheme: percona-light
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Color theme set to Light Mode. Click to change
- media: "(prefers-color-scheme: dark)"
scheme: percona-dark
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Color theme set to Dark Mode. Click to change
# Theme features
features:
- search.highlight
- navigation.top
- content.tabs.link
- content.code.copy
- navigation.tracking
- content.action.edit
- content.action.view
extra_css:
- https://unicons.iconscout.com/release/v3.0.3/css/line.css
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css
- css/design.css
- css/osano.css
- css/extra.css
- css/nocopy.css
- css/mysql.css
#Copyright
copyright: >-
<a href="https://www.percona.com/about">Percona LLC</a> and its affiliates © 2024 — <a href="#" onclick="Osano.cm.showDrawer('osano-cm-dom-info-dialog-open')">Cookie Preferences</a>
extra_javascript:
# - js/version-select.js
- js/promptremover.js
- js/consent.js
markdown_extensions:
attr_list: {}
toc:
permalink: true
title: On this page
toc_depth: 3
md_in_html: {}
admonition: {}
footnotes: {}
def_list: {} # https://michelf.ca/projects/php-markdown/extra/#def-list
meta: {}
md_in_html: {}
smarty:
{smart_angled_quotes: true}
pymdownx.details: {}
pymdownx.mark: {}
pymdownx.smartsymbols: {}
pymdownx.tabbed:
{alternate_style: true}
pymdownx.tilde: {}
pymdownx.superfences: {}
pymdownx.tabbed:
alternate_style: true
pymdownx.tasklist:
custom_checkbox: true
pymdownx.snippets:
base_path: ["snippets"]
auto_append:
- services-banner.md
pymdownx.highlight:
use_pygments: true
pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- _resource/.icons
plugins:
search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
extra:
edit_page_text: '<i class="uil uil-pen"></i> <b>Edit this page</b>'
updated_text: '<i class="uil uil-refresh"></i> Page updated'
nav:
- Home: index.md
- Release notes:
- Release notes index: release-notes/release-notes.md
- release-notes/8.2.0-1.md
- release-notes/8.1.0-1.md
- Quickstart Guide:
- quickstart-overview.md
- How Percona XtraBackup works:
- about-xtrabackup.md
- features.md
- limitations.md
- how-xtrabackup-works.md
- xtrabackup-version-numbers.md
- Features:
- Backup features:
- lru-dump-backup.md
- throttling-backups.md
- store-backup-history.md
- Prepare features:
- dictionary-cache.md
- Restore features:
- point-in-time-recovery.md
- restore-individual-tables.md
- encrypted-innodb-tablespace-backups.md
- flush-tables-with-read-lock.md
- log-enhancements.md
- lock-options.md
- smart-memory-estimation.md
- working-with-binary-logs.md
- Binaries:
- Overview: binaries-overview.md
- The xtrabackup binary:
- xtrabackup-binary-overview.md
- xtrabackup-implementation-details.md
- xtrabackup-option-reference.md
- configure-xtrabackup.md
- The xbcrypt binary:
- xbcrypt-binary-overview.md
- xbcrypt-options.md
- The xbstream binary:
- xbstream-binary-overview.md
- xbstream-options.md
- take-streaming-backup.md
- accelerate-backup-process.md
- encrypt-backups.md
- The xbcloud binary:
- xbcloud-binary-overview.md
- xbcloud-options.md
- Use the xbcloud binary:
- xbcloud-s3.md
- xbcloud-iam-profile.md
- xbcloud-swift.md
- xbcloud-gcs.md
- xbcloud-azure.md
- xbcloud-minio.md
- xbcloud-binary-fifo-datasink.md
- xbcloud-exbackoff.md
- Install:
- installation.md
- Before you start:
- server-backup-version-comparison.md
- privileges.md
- permissions.md
- Use APT:
- Use APT repositories: apt-repo.md
- Files in DEB package: apt-files.md
- Downloaded DEB packages: apt-download-deb.md
- Apt pinning: apt-pinning.md
- work-with-apparmor.md
- Uninstall: apt-uninstall-xtrabackup.md
- Use YUM:
- Use RPM repositories: yum-repo.md
- Files in RPM package: yum-files.md
- Downloaded RPM packages: yum-download-rpm.md
- work-with-selinux.md
- Uninstall: yum-uninstall-xtrabackup.md
- Use binary tarballs:
- Install with binary tarballs: binary-tarball.md
- Binary tarballs available: binary-tarball-names.md
- Compile from source:
- compile-xtrabackup.md
- Docker:
- docker.md
# - Upgrade:
# - upgrade.md
- How to:
- Take a full backup:
- create-full-backup.md
- prepare-full-backup.md
- Take an incremental backup:
- create-incremental-backup.md
- prepare-incremental-backup.md
- page-tracking.md
- Take a compressed backup:
- create-compressed-backup.md
- prepare-compressed-backup.md
- Take a partial backup:
- create-partial-backup.md
- prepare-partial-backup.md
- Back up individual partitions:
- create-individual-partition-backup.md
- prepare-individual-partitions-backup.md
- Restore a backup:
- Restore full, incremental, compressed backups: restore-a-backup.md
- restore-partial-backup.md
- Restore an individual partitions backup: restore-individual-partitions.md
- Replicate:
- set-up-replication.md
- create-gtid-replica.md
- make-backup-in-replication-env.md
- varify-backup.md
- Troubleshoot:
- xtrabackup-exit-codes.md
- update-curl-utility.md
- Reference:
- xtrabackup-files.md
- faq.md
- glossary.md
- toolkit-version-check.md
- trademark-policy.md
- copyright-and-licensing-information.md