mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
downgrades
This commit is contained in:
parent
e4fe5bebab
commit
45dfbf3747
1 changed files with 29 additions and 0 deletions
|
|
@ -171,6 +171,35 @@ Most of the update process is automated when using the ansible role.
|
||||||
$ ansible-playbook playbook.yml
|
$ ansible-playbook playbook.yml
|
||||||
|
|
||||||
|
|
||||||
|
Downgrading Paperless
|
||||||
|
#####################
|
||||||
|
|
||||||
|
Downgrades are possible. However, some updates also contain database migrations (these change the layout of the database and may move data).
|
||||||
|
In order to move back from a version that applied database migrations, you'll have to revert the database migration *before* downgrading,
|
||||||
|
and then downgrade paperless.
|
||||||
|
|
||||||
|
This table lists the most recent database migrations for each versions:
|
||||||
|
|
||||||
|
+---------+-------------------------+
|
||||||
|
| Version | Latest migration number |
|
||||||
|
+---------+-------------------------+
|
||||||
|
| 1.0.0 | 1011 |
|
||||||
|
+---------+-------------------------+
|
||||||
|
| 1.1.0 | 1011 |
|
||||||
|
+---------+-------------------------+
|
||||||
|
| 1.1.1 | 1012 |
|
||||||
|
+---------+-------------------------+
|
||||||
|
|
||||||
|
Execute the following management command to migrate your database:
|
||||||
|
|
||||||
|
.. code:: shell-session
|
||||||
|
|
||||||
|
$ python3 manage.py migrate documents <migration number>
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Some migrations cannot be undone. The command will issue errors if that happens.
|
||||||
|
|
||||||
Management utilities
|
Management utilities
|
||||||
####################
|
####################
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue