more documentation.

This commit is contained in:
Jonas Winkler
2020-11-13 20:43:16 +01:00
parent 73a3230494
commit aebcc2b911
3 changed files with 27 additions and 1 deletions

View File

@@ -127,7 +127,8 @@ how you installed paperless. The important things to keep in mind are as follows
with your current paperless media and data volumes and used the default
sqlite database, **it will not use your sqlite database and it may seem
as if your documents are gone**. You may use the provided
``docker-compose.yml.sqlite.example`` script, which does not use postgresql.
``docker-compose.yml.sqlite.example`` script, which does not use postgresql. See
:ref:`setup-sqlite_to_psql` for details.
* The task scheduler of paperless, which is used to execute periodic tasks
such as email checking and maintenance, requires a `redis`_ message broker
instance. The docker-compose route takes care of that.
@@ -177,6 +178,8 @@ Migration to paperless-ng is then performed in a few simple steps:
everything related to paperless in your browsers data in order to fix
this issue.
.. _setup-sqlite_to_psql:
Moving data from sqlite to postgresql
=====================================