Amit Bondwal <[email protected]> a écrit :

Hi All,

I installed mediawiki on debian wheezy and set postgresql database as
database for mediawiki. It installed nicely and working, I can create new
pages, users etc.

But when I tried to delete a user through postgresql database, I tried to
access the wikidb database in postgresql, I found that it was empty. There
was no table in database.

While it is working fine and It have entries of postgresql databse in
Localsetting.php file. I want to know where is database getting save and
how can I take the backup of that database.

Or please tell me how can I sync it with my postgresql database. My
postgresql database version is 9.1. I installed mediawiki from debian
wheezy repository.

Thanks & Regards
Amit Bondwal

Hi,

connect to your mediawiki database.

set SEARCH_PATH = mediawiki, pg_catalog;
\d
here you are :)

HTH,
Laurent.

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to