v3.2.0 #6026
Replies: 3 comments 3 replies
-
|
Hello, I'm not sure I understand how to upgrade. |
Beta Was this translation helpful? Give feedback.
-
|
I am happy claude code is around to read through the notes and update the configs, it was a bit tricky: paskal/terrty@13134b8 |
Beta Was this translation helpful? Give feedback.
-
|
Just a note for others. I upgraded from v3.0.1 to v3.2.0 and it unfortunately prevented me from logging in. I'm not sure what went wrong, but an error would occur during 2FA! 😨 I downgraded Plausible and had the same issue. I was no longer able to login even on the original version. 😨 😨 To resolve this, I kept Plausible running on the old version, then got a psql shell: docker compose exec plausible_db psql -U postgresThen in PSQL: \c plausible_db
UPDATE users SET totp_secret = NULL, totp_enabled = false, totp_last_used_at = NULL WHERE email = 'seth@falco.fun';Then exited the shell, and upgraded the Plausible server again, and all was fine. I was also able to re-enable 2FA just fine as well. 👍 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This release
Upgrade
Checkout the branch
plausible/community-edition:v3.2.0. Needed because Clickhouse profile settings in the community-edition repository have changed.console
Re-apply any local changes to tracked files in the repository. If all configuration changes were in
.envandcompose.override.yml, this step isn't necessary.console
$ docker compose up -dThis will boot up the new version of the app.
Changelog
Added
Changed
Fixed
êin the legacy filter?page=%C3%AA)This discussion was created from the release v3.2.0.
Beta Was this translation helpful? Give feedback.
All reactions