Added a note on updating older clones

This commit is contained in:
Robert Sparks 2024-07-15 12:16:13 -05:00 committed by GitHub
parent a58e34c55b
commit 26ca821f31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,6 +156,11 @@ On Windows:
docker compose down -v --rmi all
docker image prune
```
### Updating an older environment
If you already have a clone, such as from a previous codesprint, and are updating that clone, before starting the datatracker from the updated image:
* rm ietf/settings_local.py # The startup script will put a new one, appropriate to the current release, in place
* Execute the `Clean all` sequence above.
### Accessing PostgreSQL Port