Skip to content
Snippets Groups Projects
Commit d5d54c22 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-22605: Solr re-indexes many documents after restarting on PostgreSQL

parent f70ca453
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@ set -e
if [ -f /usr/share/dbconfig-common/dpkg/postinst.pgsql ]; then
. /usr/share/dbconfig-common/dpkg/postinst.pgsql
dbc_pgsql_createdb_encoding='UTF8'
# Make sure the new database uses the right encoding and collation
dbc_pgsql_createdb_encoding="UTF8' lc_collate='C"
dbc_generate_include='template:/etc/xwiki/hibernate.cfg.xml'
dbc_generate_include_perms='644'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment