Reputation: 386
when I have changed the Liferay database from Hypersonic to MySQL seems that the settings of the pages and all the customization done in Liferay through the web GUI are not saved. What can be the problem?
This is my configuration of the portal-ext.properties:
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost:3306/lportal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=root
jdbc.default.password=liferay
Thanks in advance!!
Upvotes: 1
Views: 2317
Reputation: 3465
Liferay will not migrate databases for you automatically. To do it manually,
Your data should begin migrating.
I would also highly advise that you do not allow users to access the database while running the data migration tool.
After the migration has completed, shut down Liferay and reconfigure your portal using the new database and start up again!
Upvotes: 5