HowdoImergexwikisdatabases
Question | Is it possible to merge two xwikis databases into a single one? |
Answer |
It is advisable not to merge two databases into a single one directly through your RDBMS. Each database stores it's Pages, Spaces, Objects, Classes, etc with an unique "id" associated to each of these entities. Again, these entities are stored across tables. In fact, it is highly recommended that you do not make changes to the database directly since XWiki uses ORM through Hibernate to access these entities. \ |