diff --git a/doc/install.rst b/doc/install.rst index 4b2e3bd..7490087 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -230,6 +230,11 @@ For example: This will tell ``/usr/share/pagure/pagure_createdb.py`` to use the database information specified in the file ``/etc/pagure/pagure.cfg``. +.. warning:: Pagure's default configuration is using sqlite. This is fine + for development purpose but not for production use as sqlite does + not support all the operations needed when updating the database + schema. Do use PostgreSQL, MySQL or MariaDB in production. + * Stamp the alembic revision For changes to existing tables, we rely on `Alembic `_.