Skip to content

Commit

Permalink
Revert "add email change restart docs (#183)" (#184)
Browse files Browse the repository at this point in the history
This reverts commit dba7f16.
  • Loading branch information
Crypta-Eve authored Jan 26, 2025
1 parent dba7f16 commit 4b19c83
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions docs/configuration/eve_administrative_contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,3 @@ Example:
[Github issue]: https://github.com/eveseat/seat/issues/77
[eveseat/eveapi:Traits/JobManager#L47-L56]: https://github.com/eveseat/eveapi/blob/master/src/Traits/JobManager.php#L47-L56
[eveseat/eveapi:Helpers/PhealSetup#L77]: https://github.com/eveseat/eveapi/blob/master/src/Helpers/PhealSetup.php#L77

## Required Action

After the email address has been updated, in order for this change to flow through to the SeAT workers they need to be restarted.

For Docker installation this is as simple as restarting the containers:
=== "Using Traefik"
```bash
docker compose -f docker-compose.yml -f docker-compose.mariadb.yml -f docker-compose.traefik.yml restart
```

=== "Using proxy"
```bash
docker compose -f docker-compose.yml -f docker-compose.mariadb.yml -f docker-compose.proxy.yml restart
```

For Blade installations supervisor should restart all jobs
```bash
supervisorctl restart all
```

0 comments on commit 4b19c83

Please sign in to comment.