how to upgrade to new Alfresco version
frhack opened this issue ยท 5 comments
Hi, is there a way to upgrade an Alfresco installation created by alfresco-docker-installer to a new version ?
For example from alfresco 7.2 to Alfresco 7.3
Thanks
There is no automatic tool to perform the upgrade.
I suggest you to create a 7.3 Docker Compose template and to compare it with your existing 7.2 deployment. This would help you to identify environment variables, addons and other configurations you need to apply to the new version.
There is no automatic tool to perform the upgrade.
I suggest you to create a 7.3 Docker Compose template and to compare it with your existing 7.2 deployment. This would help you to identify environment variables, addons and other configurations you need to apply to the new version.
what if I install 7.3 and restore the backup and configuration from 7.2 ?
Yes, that should be the recommended approach.
You should be able to re-use external volumes for DB, FileSystem and SOLR indexes when upgrading to 7.3.
Yes, that should be the recommended approach.
You should be able to re-use external volumes for DB, FileSystem and SOLR indexes when upgrading to 7.3.
Can you clarify on that? Is there a step-by-step guide on how to perform a full backup and restore so we can migrate do a newer version?