Skip to content

update to Django 5.2 - #826

Open
struan wants to merge 4 commits into
masterfrom
django-5.2
Open

update to Django 5.2#826
struan wants to merge 4 commits into
masterfrom
django-5.2

Conversation

@struan

@struan struan commented Sep 3, 2026

Copy link
Copy Markdown
Member

Note the database update instructions in the first commit

In order to upgrade the data you will need to do this. Before rebuilding
docker, but with docker running, run:

docker compose exec postgres pg_dumpall -U caps > dump.sql

then rebuild docker and start if up and run:

docker compose exec -T postgres psql -U caps < dump.sql

then you need to update the password because the encryption method has
changed so do this:

docker compose exec postgres bash
psql -U caps
alter user caps with password 'caps';

you should then be able to restart docker and everying will be working
and restored
@struan
struan requested a review from zarino September 3, 2026 08:59
general update of dependencies not required for 5.2 update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant