mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.75k stars 505 forks source link

Please add information on major update #834

Open ykorzikowski opened 1 year ago

ykorzikowski commented 1 year ago

Describe the feature you'd like

3.0.0 Update broke my installation with the following error:

django.db.utils.NotSupportedError: PostgreSQL 12 or later is required (found 11.6).

Please add those information to release notes :)

mgogoulos commented 1 year ago

Mmm this needs manual action unfortunately, checkout the section Update on both ways (server install and Docker Compose install)

https://github.com/mediacms-io/mediacms/blob/main/docs/admins_docs.md#2-server-installation

I have seen the error from Postgres 13 to 15 but it seems that you are getting a different error here. I am assuming you have been using the Server installation, on something like Ubuntu 18?