# restore

Task to restore RDS snapshots to an existing cluster.

## Running Locally

Copy `.env.shadow` to `.env` and updated properties accordingly.

```
docker compose run --build --rm restore
```

## Linting and Testing

```
docker compose run --build --rm lint-and-test
```

## Running Outside of Docker

If running outside of Docker, you will need to install the common project by running:

```bash
pip install -e ../../common -i https://pypi.theorchard.io/pypi/
```

This installs the common project as an editable install, so any changes you make to the common project will be reflected in your local environment.