英文:
How to delete the Knowledge base from my terminal?
问题
如果我想因为PC空间问题完全删除创建的知识库,是否有适当的程序?
例如,只删除在Model下的KB目录中存在的目录是否可以,还是还需要删除SQLServer上的KB数据,我想了解大致的程序。
谢谢
英文:
If I want to completely delete a created KB due to, for example, PC space issues, is there a proper procedure?
For example, is it OK to delete only the directories that exist in the KB directory under Model, or if it is also necessary to delete the KB data on SQLServer, I would like to know the rough procedure.
Thank you
答案1
得分: 1
GeneXus没有本地删除知识库的方法。
有一个脚本可以删除知识库以及创建的多个工件,如数据库、Web应用程序、虚拟目录等。
您可以阅读https://wiki.genexus.com/commwiki/servlet/wiki?42567,Remove+Knowledge+Base,并从https://github.com/sebagomez/scripts/blob/master/ps/remove-knowledgebase.ps1下载脚本。
英文:
GeneXus does not have a native way of deleting knowledge bases.
There is a script to delete KB and several of the artifacts created, such as database, webapps, virtual directories, etc.
You can read https://wiki.genexus.com/commwiki/servlet/wiki?42567,Remove+Knowledge+Base
and download the script from https://github.com/sebagomez/scripts/blob/master/ps/remove-knowledgebase.ps1
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论