Repair-database error version 2.5.25

With new server installation version 2.2.25
Linux Debian

With fresh installation, I did a repair-database command and this is the output with a lot of errors:

2022-09-07 18:59:52: Recovering contents of database with id 20…
2022-09-07 18:59:52: Recovering contents of database with id 30…
2022-09-07 18:59:52: Recovering contents of database with id 23…
2022-09-07 18:59:52: Recovering contents of database with id 24…
2022-09-07 18:59:52: Recovering contents of database with id 25…
2022-09-07 18:59:52: Importing database with id 20…
2022-09-07 18:59:53: Importing database with id 30…
2022-09-07 18:59:53: Importing database with id 23…
2022-09-07 18:59:53: Moving rows from lost+found…
2022-09-07 18:59:53: WARNING: SQLite: no such table: lost_and_found in "INSERT OR IGNORE INTO files SELECT id, c1 AS backupid, c2 AS fullpath, c3 AS shahash, c4 AS filesize, c5 AS created, c6 AS rsize, c7 AS clientid, c8 AS incremental, c9 AS hash errorcode: 1
2022-09-07 18:59:53: ERROR: Error preparing Query [INSERT OR IGNORE INTO files SELECT id, c1 AS backupid, c2 AS fullpath, c3 AS shahash, c4 AS filesize, c5 AS created, c6 AS rsize, c7 AS clientid, c8 AS incremental, c9 AS hashpath, c10 AS next_entry, c11 AS prev_entry, c12 AS pointed_to FROM lost_and_found WHERE nfield=13;]: no such table: lost_and_found. Retrying in 1s…
2022-09-07 18:59:54: WARNING: SQLite: no such table: lost_and_found in "INSERT OR IGNORE INTO files SELECT id, c1 AS backupid, c2 AS fullpath, c3 AS shahash, c4 AS filesize, c5 AS created, c6 AS rsize, c7 AS clientid, c8 AS incremental, c9 AS hash errorcode: 1
2022-09-07 18:59:54: ERROR: Error preparing Query [INSERT OR IGNORE INTO files SELECT id, c1 AS backupid, c2 AS fullpath, c3 AS shahash, c4 AS filesize, c5 AS created, c6 AS rsize, c7 AS clientid, c8 AS incremental, c9 AS hashpath, c10 AS next_entry, c11 AS prev_entry, c12 AS pointed_to FROM lost_and_found WHERE nfield=13;]: no such table: lost_and_found. Retrying in 1s…
2022-09-07 18:59:55: WARNING: SQLite: no such table: lost_and_found in "INSERT OR IGNORE INTO files SELECT id, c1 AS backupid, c2 AS fullpath, c3 AS shahash, c4 AS filesize, c5 AS created, c6 AS rsize, c7 AS clientid, c8 AS incremental, c9 AS hash errorcode: 1
2022-09-07 18:59:55: ERROR: Error preparing Query [INSERT OR IGNORE INTO files SELECT id, c1 AS backupid, c2 AS fullpath, c3 AS shahash, c4 AS filesize, c5 AS created, c6 AS rsize, c7 AS clientid, c8 AS incremental, c9 AS hashpath, c10 AS next_entry, c11 AS prev_entry, c12 AS pointed_to FROM lost_and_found WHERE nfield=13;]: no such table: lost_and_found. Retrying in 1s…
2022-09-07 18:59:56: WARNING: SQLite: no such table: lost_and_found in "INSERT OR IGNORE INTO files SELECT id, c1 AS backupid, c2 AS fullpath, c3 AS shahash, c4 AS filesize, c5 AS created, c6 AS rsize, c7 AS clientid, c8 AS incremental, c9 AS hash errorcode: 1
2022-09-07 18:59:56: ERROR: Error preparing Query [INSERT OR IGNORE INTO files SELECT id, c1 AS backupid, c2 AS fullpath, c3 AS shahash, c4 AS filesize, c5 AS created, c6 AS rsize, c7 AS clientid, c8 AS incremental, c9 AS hashpath, c10 AS next_entry, c11 AS prev_entry, c12 AS pointed_to FROM lost_and_found WHERE nfield=13;]: no such table: lost_and_found. Retrying in 1s…
2022-09-07 18:59:57: WARNING: SQLite: no such table: lost_and_found in "INSERT OR IGNORE INTO files SELECT id, c1 AS backupid, c2 AS fullpath, c3 AS shahash, c4 AS filesize, c5 AS created, c6 AS rsize, c7 AS clientid, c8 AS incremental, c9 AS hash errorcode: 1
2022-09-07 18:59:57: ERROR: Error preparing Query [INSERT OR IGNORE INTO files SELECT id, c1 AS backupid, c2 AS fullpath, c3 AS shahash, c4 AS filesize, c5 AS created, c6 AS rsize, c7 AS clientid, c8 AS incremental, c9 AS hashpath, c10 AS next_entry, c11 AS prev_entry, c12 AS pointed_to FROM lost_and_found WHERE nfield=13;]: no such table: lost_and_found. Retrying in 1s…
2022-09-07 18:59:58: WARNING: SQLite: no such table: lost_and_found in "INSERT OR IGNORE INTO files SELECT id, c1 AS backupid, c2 AS fullpath, c3 AS shahash, c4 AS filesize, c5 AS created, c6 AS rsize, c7 AS clientid, c8 AS incremental, c9 AS hash errorcode: 1
2022-09-07 18:59:58: ERROR: Error preparing Query [INSERT OR IGNORE INTO files SELECT id, c1 AS backupid, c2 AS fullpath, c3 AS shahash, c4 AS filesize, c5 AS created, c6 AS rsize, c7 AS clientid, c8 AS incremental, c9 AS hashpath, c10 AS next_entry, c11 AS prev_entry, c12 AS pointed_to FROM lost_and_found WHERE nfield=13;]: no such table: lost_and_found
2022-09-07 18:59:58: Importing database with id 24…
2022-09-07 18:59:58: Importing database with id 25…

I think that it is looking for a table with name “lost_and_found” which don’t found

What I don´t know is if that could have any other impact in the command repair-database