将数据库从 Hypersonic 更改为 MySQL 后,Liferay 不保存设置

发布于 2024-11-27 02:29:59 字数 413 浏览 0 评论 0原文

当我将 Liferay 数据库从 Hypersonic 更改为 MySQL 时,似乎页面的设置以及通过 Web GUI 在 Liferay 中完成的所有自定义都没有保存。可能是什么问题?

这是我的 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

提前致谢!

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!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清君侧 2024-12-04 02:29:59

Liferay 不会自动为您迁移数据库。要手动执行此操作,

  1. 请使用 HSQLDB 数据库(源数据库)启动 Liferay,并准备好目标数据库。
  2. 以管理员身份登录。
  3. 转到控制面板>服务器管理>数据迁移。
  4. 填写“请输入新数据库的 JDBC 信息”下的信息。
    • 此信息将与您为 Portal-ext.properties 输入的数据相同
  5. 点击“执行”。

您的数据应该开始迁移。

我还强烈建议您在运行数据迁移工具时不允许用户访问数据库。

迁移完成后,关闭 Liferay 并使用新数据库重新配置您的门户,然后再次启动!

Liferay will not migrate databases for you automatically. To do it manually,

  1. Startup Liferay using your HSQLDB database (the source database) and have your destination database ready.
  2. Login as the administrator.
  3. Goto the Control Panel > Server Administration > Data Migration.
  4. Fill out the information under "Please enter JDBC information for new database."
    • This info will be the same to the data you've entered for your portal-ext.properties
  5. Hit Execute.

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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文