Alfresco / alfresco-docker-installer

Generator to build Docker Compose templates to deploy Alfresco Community
Other
140 stars 57 forks source link

Migration from PostgreSQL to MariaDB? #201

Closed apiening closed 2 months ago

apiening commented 2 months ago

I have an installation using PostgreSQL and want to update to the newest release. In the README.md it says:

PostgreSQL or MariaDB as database (no other option but MySQL is supported for Community)

This does mean I have to migrate to MariaDB before doing the upgrade, right? I was not able to find a migration guide, are you aware of any information on this topic?

aborroy commented 2 months ago

Why not to use PostgreSQL? Why do you want to migrate to MariaDB?

apiening commented 2 months ago

I would like to stay on PostgreSQL, but as far as I understand PostgreSQL is not supported anymore for the Community edition, as it was when I did the installation with an earlier version.

This is from the README.md of this repository (section Description, second bullet point):

PostgreSQL or MariaDB as database (no other option but MySQL is supported for Community)

Is this a misunderstanding?

aborroy commented 2 months ago

The previous text was misleading. I've modified the text to explain that the project supports PostgreSQL and MariaDB, while Alfresco Community also can be used with MySQL.

Thanks for your feedback!