The instructions are primary for manual installations. But I had installed xwiki via my distribution packed manager apt. Anyway I've done:
psql -U postgres
postgres=# \l List of databases Name | Owner | Encoding | Collate | Ctype | Access privileges -----------+----------+----------+-------------+-------------+----------------------- mydb | postgres | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 | postgres | postgres | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 | template0 | postgres | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 | =c/postgres + | | | | | postgres=CTc/postgres template1 | postgres | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 | =c/postgres + | | | | | postgres=CTc/postgres xwiki | postgres | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 | (5 rows)
postgres=# \connect xwiki
postgres=# \du List of roles Role name | Attributes | Member of -----------+------------------------------------------------+----------- postgres | Superuser, Create role, Create DB, Replication | {} xwiki | | {}
postgres=# GRANT ALL ON SCHEMA public TO xwiki; GRANT
Without success! Versions == Ubuntu 12.04.3 LTS PostgreSQL Version: 9.1+129ubuntu1 xWiki Version: 5.2.2 -- View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-5-2-Subwikis-Wiki-Template-Error-num... Sent from the XWiki- Users mailing list archive at Nabble.com.