Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
added a note regarding updates after 0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswinkler committed Jan 21, 2021
1 parent 11f9616 commit 87ad2ce
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/administration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,28 @@ B. If you built the image yourself, do the following:
$ docker-compose build
$ docker-compose up
Running `docker-compose up` will also apply any new database migrations.
Running ``docker-compose up`` will also apply any new database migrations.
If you see everything working, press CTRL+C once to gracefully stop paperless.
Then you can start paperless-ng with ``-d`` to have it run in the background.

.. note::

In version 0.9.14, the update process was changed. In 0.9.13 and earlier, the
docker-compose files specified exact versions and pull won't automatically
update to newer versions. In order to enable updates as described above, either
get the new ``docker-compose.yml`` file from `here <https://github.com/jonaswinkler/paperless-ng/tree/master/docker/compose>`_
or edit the ``docker-compose.yml`` file, find the line that says

.. code::
image: jonaswinkler/paperless-ng:0.9.x
and replace the version with ``latest``:

.. code::
image: jonaswinkler/paperless-ng:latest
Bare Metal Route
================

Expand Down

0 comments on commit 87ad2ce

Please sign in to comment.