> ## Documentation Index
> Fetch the complete documentation index at: https://libops-renovate-github-com-libops-sitectl-isle-0-x.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OJS tools

> Run Open Journal Systems PHP tools from the active OJS stack.

Run OJS PHP tools from `/var/www/ojs/tools`:

```bash theme={null}
sitectl ojs tool upgrade upgrade
sitectl ojs tool importExport NativeImportExportPlugin usage
sitectl ojs tool rebuildSearchIndex
```

There are also named helpers for the most common tools:

```bash theme={null}
sitectl ojs upgrade
sitectl ojs import-export NativeImportExportPlugin usage
sitectl ojs rebuild-search-index
```

With no arguments, `sitectl ojs upgrade` runs the standard `upgrade` action.
