mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-19 07:15:04 +01:00
find and replace fixes, will introduce errors
This commit is contained in:
@@ -24,7 +24,7 @@ Make sure the background processes are running: `supervisorctl status myauth:`.
|
||||
|
||||
Stop celery workers with `supervisorctl stop myauth:worker` then clear the queue:
|
||||
|
||||
```bash
|
||||
```shell
|
||||
redis-cli FLUSHALL
|
||||
celery -A myauth worker --purge
|
||||
```
|
||||
@@ -49,7 +49,7 @@ Gunicorn needs to have context for its running location, `/home/alllianceserver/
|
||||
|
||||
Migrations may about with the following error message:
|
||||
|
||||
```bash
|
||||
```shell
|
||||
Specified key was too long; max key length is 767 bytes
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user