> ## 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.

# scripts

> Run ArchivesSpace container scripts from the active stack.

Run ArchivesSpace container scripts from `/archivesspace/scripts`:

```bash theme={null}
sitectl archivesspace script setup-database
sitectl archivesspace script backup
```

There are also named helpers for common scripts:

```bash theme={null}
sitectl archivesspace setup-database
sitectl archivesspace backup
```

Use `script` when you need to call another script by name. Script names are normalized to `.sh`, so `setup-database` and `setup-database.sh` both run `/archivesspace/scripts/setup-database.sh`.
