Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有两个 mediawiki(如维基百科)安装。一种是公开的,一种是内部的。
我们对内部添加/更改/删除文本文章和图片进行正常工作。
我们想每周同步和更新外部的,最好的方法是什么?
注意:我们正在使用 2 个 Windows 服务器(但愿意更改为 linux(1 或 2 个服务器设置),如果这样会更容易)
干杯
正如 Kaestur Hakari 所写,内容在数据库中,因此只需从第一个数据库中以适当的格式进行数据库转储,然后将其加载到第二个数据库中。