v2.1.0-rc.0 #3817
Replies: 16 comments 69 replies
-
I had to update the clickhouse server to make it work. plausible_events_db:
- image: clickhouse/clickhouse-server:22.6-alpine
+ image: clickhouse/clickhouse-server:23.3.7.5-alpine |
Beta Was this translation helpful? Give feedback.
-
At the following step: I get the question: I assume, that will delete my analytics data as well, what I don't want. |
Beta Was this translation helpful? Give feedback.
-
Aren't the commands "docker-compose..." not "docker compose..." |
Beta Was this translation helpful? Give feedback.
-
What are the supported versions of clickhouse in this release, I can see 23.3.x.x is supported, what about 23.8 and 24.1? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Just did my update as well. From 2.0 to v2.1.0-rc.0 I can click on the badge to get to the details just fine. |
Beta Was this translation helpful? Give feedback.
-
Hi there, Adding the custom property doesn't appear in the display. |
Beta Was this translation helpful? Give feedback.
-
anyone having trouble logging in after the update? even the register button redirects me to the login page, and every time i log in I get a 403 page |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot @ruslandoga . Does importing the data between self-hosted and cloud will be available in v2.1.0 mean it will be possible to migrate data between two self-hosted servers using this feature? |
Beta Was this translation helpful? Give feedback.
-
I followed the instructions and updated my Plausible installation. All works well, except I can't seem to find the "IP Block List" in site settings. Is that not a part of CE? |
Beta Was this translation helpful? Give feedback.
-
I tried the update to 2.1. when it got out, but I had some troubles or did something wrong during the process, so I reverted back (snapshot of my VPS) However, I read some others tried to update as well and they reported some issues (mostly in this thread I think). I wonder about a timeline. Will there be another update (eg. to rc.1 or to the final v2.1.0) that addresses the topics mentioned by users e.g. there was an issue with email, but also other things I have no feeling if this is weeks or months as somehow it's not the same pace and transparent communication I am used to from other tools I use. Does someone who is longer working with Plausible have some insights or experience from the past with those processes? |
Beta Was this translation helpful? Give feedback.
-
Are weekly email reports working for everybody else? Mine stopped at some point and I can't find a reason why. What would help troubleshooting is a "send report now" button somewhere in the UI. Is there maybe a way to connect to the docker container and force an email to be sent? |
Beta Was this translation helpful? Give feedback.
-
Every few weeks I look for this thread to see if there is an official release (not rc.0, rc.1. rc.2) of v2.1.0 as I only want to consider updating then. I am experimenting a lot with other tools, with Plausible I try to just be more of a normal user. How to stay in the loop about it? After a few months of being in the Plausible space, I still have no idea at all how it works here with development, pace, releases, etc |
Beta Was this translation helpful? Give feedback.
-
It seems that |
Beta Was this translation helpful? Give feedback.
-
I tried to perform manual table creation based on elixir-code from your migrations list - it can't create constraint with
What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
-
v2.1.0-rc.1 has been released: #4084 |
Beta Was this translation helpful? Give feedback.
-
The highlights of this release candidate are:
Introduction of Community Edition
As of version 2.1.0 this project will split into Plausible Community Edition and Plausible Enterprise Edition. The Community Edition (CE) will remain completely open source under the AGPLv3 license. The Enterprise Edition (EE) will contain extra features that will be published as source-available on Github, but we do not grant rights for anyone else to use, distribute or otherwise exploit these features. Read more here.
As part of this change, we are also rebranding the project. The new logos for CE and EE will be different so as to clarify which version is being referred to or used at any given time.
And finally as a contributor, you will have to sign a Contributor License Agreement (CLA) in order for you PRs to be considered for merging.
Upgrading to v2.1.0-rc.0
Update config
Add a secret key for the new required
TOTP_VAULT_KEY
environment variableconsole
plausible-conf.env
BASE_URL=https://plausible.example.com SECRET_KEY_BASE=PkVcxRgQDfQyhPETlog3vvCrj5LdYFSv4ejPEJHJO+i/37w6RZfRjeVCpJayjUjJMfXsNurcv5upPhTRoD3KgQ== + TOTP_VAULT_KEY=aihU7k+GSBKbcVFuX9VEPyUhuwlKEomqA94/SQQ0NR4=
This new key is used to encrypt TOTP secrets at rest.
Update images
Update the images used for
plausible
andplausible_events_db
(thank you @lordcris #3817 (comment))docker-compose.yml
and restart the containers
console
This will boot up the new version of the app.
Changelog
Following changes have been made since v2.0.0:
Added
contains
/matches
operator for Sources, Browsers and Operating Systems.event:goal
propertycontains
/matches
operator for custom propertiesreferrers.csv
to CSV exportcustom_props.csv
to CSV export (almost the same as the oldprop_breakdown.csv
, but has different column headers, and includes props for pageviews too, not only custom events)referrers.csv
to CSV exportCLICKHOUSE_MAX_BUFFER_SIZE_BYTES
env var which defaults to100000
(100KB)Removed
prop_names
returned in the Stats APIevent:goal
breakdown responseprop-breakdown.csv
file from CSV exportCLICKHOUSE_MAX_BUFFER_SIZE
Changed
CLICKHOUSE_MAX_BUFFER_SIZE
withCLICKHOUSE_MAX_BUFFER_SIZE_BYTES
Fixed
(none)
values in custom property breakdown for the first page (pagination) of resultsThis discussion was created from the release v2.1.0-rc.0.
Beta Was this translation helpful? Give feedback.
All reactions