Added a note on updating older clones
This commit is contained in:
parent
a58e34c55b
commit
26ca821f31
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue