Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add fcrepo.rebuild.continue

...

NOTE: Depending on the size of your repository, the type of database,  and/or the capacity of your database server,  the rebuild can take anywhere from a few seconds to several hours (i.e if you have many millions of objects). 

Continuing a failed rebuild

If a previous rebuild of the Fedora indices was interrupted and you have some records indexed in the database you can "continue" the rebuild with the following flag:

Code Block
-Dfcrepo.rebuild.continue=true

This flag will restart the process of iterating over all objects in the OCFL filesystem but will only index objects it does not find in the existing indices. This flag takes precedence over the fcrepo.rebuild.on.start flag, if both are specified the indices will NOT be truncated.

Info

For the full list of database properties, please refer to the Database section of the Properties documentation.

You can find additional information on this wiki about configuring supported databases and the structure of the tables in the database.

...