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.
我已经运行了一段时间的 jaspperserver(部署在 tomcat 6 上)。在我的每日报告文件夹中,我有大量的文件。
我想知道是否有办法备份它们并将它们从该文件夹中删除,以便我再次拥有一个空的每日报告文件夹。
您可以通过脚本中的 jasperserver 的 Web 服务接口下载它们,然后将它们安全地保存在某个地方。然后在服务器上删除它们。
或者您可以只备份 jasperserver 数据库(其中包含 pdf 文件),然后将其删除。但是,您以后必须进行恢复才能下载它们。如果您升级了 jasperserver 版本,这可能是个问题。
你甚至可以从数据库副本中运行一个单独的 jasper 服务器......