Skip to content

Commit

Permalink
Add cache config to upgrade instructions (#10341)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt authored Dec 5, 2023
1 parent 02eb40d commit db1bf6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions releases/6.2.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Python:

yarn install

1. If you are running Arches on Apache, be sure to run:
4. If you are running Arches on Apache, be sure to run:

```
python manage.py collectstatic
Expand All @@ -57,4 +57,6 @@ Python:
sudo service apache2 reload
```

2. Finally, If you are running Celery, you should also restart your Celery worker(s). The process for doing this depends on how Celery is being run.
5. If you are running Celery, you should also restart your Celery worker(s). The process for doing this depends on how Celery is being run.

6. **Important**: This version of Arches introduces rate limiting on authentication endpoints to help protect your system. In order to fully take advantage of this feature, you must have your default cache configured using Memcached or Redis. See the Django docs more information on [cache configuration](https://docs.djangoproject.com/en/3.2/topics/cache/#setting-up-the-cache).

0 comments on commit db1bf6b

Please sign in to comment.