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
The old table backup feature was removed in QuestDB 9.3.2 (questdb/questdb#6558).
Remove the four cairo.sql.backup.* config keys from the configuration docs,
the BACKUP TABLE permission from the RBAC reference, and update the
SHOW PARAMETERS example that referenced cairo.sql.backup.root.
Fixesquestdb/questdb#6767
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: documentation/configuration/configuration-utils/_cairo.config.json
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -19,22 +19,6 @@
19
19
"default": "1 second",
20
20
"description": "The minimum size of in-memory buffer in milliseconds. The buffer is allocated dynamically through analyzing the shape of the incoming data, and `o3MinLag` is the lower limit."
21
21
},
22
-
"cairo.sql.backup.root": {
23
-
"default": "null",
24
-
"description": "Output root directory for backups."
25
-
},
26
-
"cairo.sql.backup.dir.datetime.format": {
27
-
"default": "null",
28
-
"description": "Date format for backup directory."
29
-
},
30
-
"cairo.sql.backup.dir.tmp.name": {
31
-
"default": "tmp",
32
-
"description": "Name of tmp directory used during backup."
33
-
},
34
-
"cairo.sql.backup.mkdir.mode": {
35
-
"default": "509",
36
-
"description": "Permission used when creating backup directories."
37
-
},
38
22
"cairo.snapshot.instance.id": {
39
23
"default": "empty string",
40
24
"description": "Instance id to be included into disk snapshots."
0 commit comments