Hi guys,
I have tried some of the procedures in this forum but still I can't achieve migrating.
I'm on CENTOS 6.7, ALFRESCO CE 5.0.d, Postgresql 9.3.6 and want to upgrade to 5.1.g
My steps:
1. Stop alfresco services.
2. Backup the whole /opt/alfresco directory and backup postgresql database (alfresco db only)
3. Rename my original directory to /opt/alfresco50d
4. Install a fresh new bundle:
alfresco-community-installer-201605-linux-x64.bin
5. Follow command line wizard, putting same ports and path information from my original installation and finally accept to start all services checking logs and everything is ok.
My pain:
Stop services
Start just postgresql by executing:
/opt/alfresco/postgresql/scripts
./ctl.sh start
Restore original "alfresco db" to new installation
Restore contentstore from original
Delete content inside solr4
Start service again
Error logs:
it complains about some hibernate stuff, Dialect and writes some scripts in tmp (txt, xml and sql)
If you could help me update my procedure I will be gratefully appreciated.
Thanks.