Skip to content

Commit 931206e

Browse files
Add description of the new column
1 parent 9343459 commit 931206e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/backup-restore/inspect.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The metadata contains the following information:
2222
* *Compressed*: indicates whether the backup data inside the backup file is compressed.
2323
* *Lowest transaction ID*: when the backup is full, this value is always 1, and when it is a differential backup, the value corresponds to the first transaction ID the backup starts with.
2424
* *Highest transaction ID*: similarly, this value indicates the last transaction ID stored in the backup file.
25+
* label:new[Introduced in 2025.06] *Recovered*: shows whether a database backup is recovered or not.
2526

2627
[[inspect-backup-syntax]]
2728
=== Syntax
@@ -194,8 +195,8 @@ bin/neo4j-admin backup inspect /backups --show-metadata --latest-chain --databas
194195
[result]
195196
----
196197
| FILE | DATABASE | DATABASE ID | TIME (UTC) | FULL | COMPRESSED | LOWEST TX | HIGHEST TX | RECOVERED |
197-
| file:///backups/london-2024-10-07T16-04-05.backup | london | d4dae73c-dfef-4d28-88cd-fe6cc88ddca1 | 2024-10-07T16:04:05 | false | true | 6 | 6 | false |
198198
| file:///backups/london-2024-10-07T16-03-51.backup | london | d4dae73c-dfef-4d28-88cd-fe6cc88ddca1 | 2024-10-07T16:03:51 | true | true | 1 | 5 | true |
199+
| file:///backups/london-2024-10-07T16-04-05.backup | london | d4dae73c-dfef-4d28-88cd-fe6cc88ddca1 | 2024-10-07T16:04:05 | false | true | 6 | 6 | false |
199200
----
200201

201202
The result returns a chain of size two:

0 commit comments

Comments
 (0)