Hi
It would be very strange that WikiManager space only disappeared... Though
I'd advise to follow what Ricardo said, you could try to import again the
.xar of XEM, according to your XWiki version of course (you can to only
import WikiManager space to make sure you won't break anything.)

When you use the WikiManager to create another wiki, it creates a database
with the name you provide as name of the wiki, so you don't have to worry
about his step, two wikis won't (and can't) use the same database inside a
RDBMS instance.

Guillaume Fenollar

2012/4/9 <ricardo.julio.rodriguez.fernan...@sergas.es>

> Hi!
>
> >>>> ________________________________________
> >>>> From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of
> du du [ddd...@gmail.com]
> >>>> Sent: 08 April 2012 15:28
> >>>> To: XWiki Users
> >>>> Subject: Re: [xwiki-users] XWiki Enterprise or Manager
> >>>>
> >>>> Hi, Guillaume,
> >>>>
> >>>> Thanks for your response, the problem is after I switched to
> Postgres, my
> >>>> WikiManager  became missing, I used to use it to list all the wikis I
> have,
> >>>> now I searched WikiManger from my XWiki search combo box, no
> WikiManager
> >>>> anymore.
> >>>>
> >>>> Also when you create another wiki, how do you specify this new wiki
> to use
> >>>> different database?
> >>>>
> >>>> Thanks again for your help.
> >>>>
> >>>> Dave
>
> I'm a bit lost with this issue. Well, I've not Postgresql here, so I'm
> just talking from a theoretical POW.
>
> Please, Dave, how have you switched to Postgresql from whatever full
> supported RDBMS you where using before? Could you search for WikiManager
> xwd_fullname field in your new xwikidoc table? At least three pages must be
> there if the migration was successful!
>
> It you what to use simply SQl, this should be enough...
>
> /*Documents in space WikiManager*/ select XWD_FULLNAME from xwiki.xwikidoc
> where XWD_FULLNAME like '%WikiManager.%';
>
> If the documents are there, it seems to me that something is failing at
> XWiki level.
>
> HTH!
>
> Cheers!
>
>
> >>>>
> >>>> On Sun, Apr 8, 2012 at 6:38 AM, Guillaume Fenollar <
> >>>> guillaume.fenol...@xwiki.com> wrote:
>
> > Hello,
> > The point of XEM (manager) is to create subwiki. It's thus acting like a
> > farm, and every subwiki can be managed in a totally different way. If
> there
> > is troubles with XEM and postgres, it's about the subwiki creation (a
> > subwiki is in fact a new database), which could not work with this
> database
> > management system.
> > You can try to create a subwiki (go into WikiManager space) and tell us
> if
> > this step is working well :-)
> >
> > Regards
> >
> > Guillaume Fenollar
> >
> > 2012/4/8 <ricardo.julio.rodriguez.fernan...@sergas.es>
> >
> > > Hi!
> > >
> > > > ________________________________________
> > > > From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of
> > du
> > > du [ddd...@gmail.com]
> > > > Sent: 07 April 2012 20:25
> > > > To: XWiki Users
> > > > Subject: [xwiki-users] XWiki Enterprise or Manager
> > > >
> > > > Hi, all,
> > > >
> > > > I installed XWiki manager on one machine, and installed Enterprise on
> > > > another machine, I cannot tell which is manager and which is
> enterprise
> > > > sometimes. Anyway to check that?
> > >
> > > If you are talking about XWiki Enterprise Manager (XEM) when you said
> > > "XWiki manager", I guess the simplest way is to look for XWiki
> Enterprise
> > > Manager specific pages in your installation. For instance, XemManager
> and
> > > WikiManager spaces. These spaces won't exist in a XWiki Enterprise
> (XE),
> > > the default wiki product based on the XWiki Platform, installation.
> > Also, a
> > > XEM installation has two plugins XE doesn't need:
> > >
> > > com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin,\
> > > com.xpn.xwiki.plugin.applicationmanager.ApplicationManagerPlugin
> > >
> > > and xwiki.virtual=1 in your xwiki.cfg file.
> > >
> > > I'm sure you have already checked this...
> > >
> > >
> >
> http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HTutorials
> > >
> > > > Also the user's guide says the manager does not support postgresql, I
> > > > checked the hibernate config file, switched from mysql to postgres,
> now
> > > > both versions of my xwiki are using postgres on different machine,
> they
> > > > both work fine, but I am not sure whether something may go wrong
> > someday
> > > > with the manager because I switched the postgresql for it, so what
> are
> > > the
> > > > concerns of using postgres with xwiki manager? how do I overcome?
> > > >
> > >
> > > Hot on databases support...
> > >
> > > http://dev.xwiki.org/xwiki/bin/view/Community/DatabaseSupportStrategy
> > > http://markmail.org/message/b4eihzaulneqiqhd
> > >
> > > Please, could you post the link to the page where is said that
> PostgreSQL
> > > is not supported? Probably an update is needed there or a "but" is
> > required
> > > in the DatabaseSupportStrategy brand new page!
> > >
> > > HTH!
> > >
> > > Ricardo
> > >
> > > > Thanks
> > > >
> > > > Dave
> > > _______________________________________________
> > > users mailing list
> > > users@xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> > >
> > > Nota: A informaci?n contida nesta mensaxe e os seus posibles documentos
> > > adxuntos ? privada e confidencial e est? dirixida ?nicamente ? seu
> > > destinatario/a. Se vostede non ? o/a destinatario/a orixinal desta
> > mensaxe,
> > > por favor elim?nea. A distribuci?n ou copia desta mensaxe non est?
> > > autorizada.
> > >
> > > Nota: La informaci?n contenida en este mensaje y sus posibles
> documentos
> > > adjuntos es privada y confidencial y est? dirigida ?nicamente a su
> > > destinatario/a. Si usted no es el/la destinatario/a original de este
> > > mensaje, por favor elim?nelo. La distribuci?n o copia de este mensaje
> no
> > > est? autorizada.
> > >
> > > See more languages: http://www.sergas.es/aviso_confidencialidad.htm
> > > _______________________________________________
> > > users mailing list
> > > users@xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> > >
> > _______________________________________________
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> Nota: A informaci?n contida nesta mensaxe e os seus posibles documentos
> adxuntos ? privada e confidencial e est? dirixida ?nicamente ? seu
> destinatario/a. Se vostede non ? o/a destinatario/a orixinal desta mensaxe,
> por favor elim?nea. A distribuci?n ou copia desta mensaxe non est?
> autorizada.
>
> Nota: La informaci?n contenida en este mensaje y sus posibles documentos
> adjuntos es privada y confidencial y est? dirigida ?nicamente a su
> destinatario/a. Si usted no es el/la destinatario/a original de este
> mensaje, por favor elim?nelo. La distribuci?n o copia de este mensaje no
> est? autorizada.
>
> See more languages: http://www.sergas.es/aviso_confidencialidad.htm
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to