Remove sqlite from the docs. Not (properly) supported.

This commit is contained in:
Rob Vermaas 2014-02-17 12:24:34 +01:00
parent d4d9896f9f
commit 78974abb69

View file

@ -15,7 +15,7 @@
<itemizedlist> <itemizedlist>
<listitem><para>Nix</para></listitem> <listitem><para>Nix</para></listitem>
<listitem><para>either PostgreSQL or SQLite</para></listitem> <listitem><para>PostgreSQL</para></listitem>
<listitem><para>many Perl packages, notably Catalyst, EmailSender, <listitem><para>many Perl packages, notably Catalyst, EmailSender,
and NixPerl (see the <link and NixPerl (see the <link
xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/development/tools/misc/hydra/default.nix">Hydra xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/development/tools/misc/hydra/default.nix">Hydra
@ -113,9 +113,7 @@ hydra-evaluator hydra-server
<section> <section>
<title>Creating the database</title> <title>Creating the database</title>
<para> <para>
Hydra stores its results in a database, which can be a Hydra stores its results in a PostgreSQL database.
PostgreSQL or SQLite database. The latter is easier to setup,
but the former scales better.
</para> </para>
<para> <para>
@ -150,9 +148,7 @@ dbserver.example.org:*:hydra:hydra:password</screen>
Make sure that the <emphasis>HYDRA_DATA</emphasis> directory Make sure that the <emphasis>HYDRA_DATA</emphasis> directory
exists and is writable for the user which will run the Hydra exists and is writable for the user which will run the Hydra
services. For a SQLite database, the services.
<varname>HYDRA_DBI</varname> should be set to something like
<literal>dbi:SQLite:/path/to/hydra.sqlite</literal>
</para> </para>
<para> <para>