https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22366 Bug ID: 22366 Summary: Web-based installer mantions PostgreSQL Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Installation and upgrade (web-based installer) Assignee: koha-bugs@lists.koha-community.org Reporter: magnus@libriotech.no QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Target Milestone: --- koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt has these lines: 36 <p>Need help? See manual for [% IF ( mysql ) %] 37 <a href="http://dev.mysql.com/doc/refman/4.1/en/grant.html">MySQL</a> 38 [% ELSE %] 39 <a href="http://www.postgresql.org/docs/8.2/interactive/sql-createrole.html">PostgreSQL</a> 40 [% END %] 41 </p> I just ran through an upgrade in the web-based installer, and saw the text "Need help? See manual for PostgreSQL". Maybe because I run on MariaDB? I know the goal is to be more db agnostic, but this message might be confusing to users. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.