diff --git a/modules/ROOT/pages/backup-restore/restore-backup.adoc b/modules/ROOT/pages/backup-restore/restore-backup.adoc index 48956e363..a9c231cba 100644 --- a/modules/ROOT/pages/backup-restore/restore-backup.adoc +++ b/modules/ROOT/pages/backup-restore/restore-backup.adoc @@ -17,6 +17,11 @@ You must create the database (using `CREATE DATABASE` against the `system` datab `neo4j-admin database restore` must be invoked as the `neo4j` user to ensure the appropriate file permissions. For more information, see xref:database-administration/standard-databases/manage-databases.adoc[Manage databases]. +[NOTE] +==== +If you are using CDC, make sure to create this new database with the same `txLogEnrichment` value and in your CDC application, handle the potential loss or corruption of CDC data, see link:{neo4j-docs-base-uri}/cdc/{page-version}/getting-started/key-considerations/#restore-from-backup[Change Data Capture Manual -> Backup and restore operations]. +==== + [NOTE] ==== When restoring a backup chain, the transaction log contained in the differential backup artifacts must first be replayed.