mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-04 03:27:12 -05:00 
			
		
		
		
	Merge pull request #86 from bauerj/docs-migration
Add missing step to migration guide
This commit is contained in:
		
						commit
						f1f9a076c9
					
				@ -404,7 +404,14 @@ Migration to paperless-ng is then performed in a few simple steps:
 | 
				
			|||||||
    ``docker-compose.env`` to your needs.
 | 
					    ``docker-compose.env`` to your needs.
 | 
				
			||||||
    See `docker route`_ for details on which edits are advised.
 | 
					    See `docker route`_ for details on which edits are advised.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
6.  In order to find your existing documents with the new search feature, you need
 | 
					6.  Since ``docker-compose`` would just use the the old paperless image, we need to
 | 
				
			||||||
 | 
					    manually build a new image:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .. code:: shell-session
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        $ docker-compose build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					7.  In order to find your existing documents with the new search feature, you need
 | 
				
			||||||
    to invoke a one-time operation that will create the search index:
 | 
					    to invoke a one-time operation that will create the search index:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .. code:: shell-session
 | 
					    .. code:: shell-session
 | 
				
			||||||
@ -414,7 +421,7 @@ Migration to paperless-ng is then performed in a few simple steps:
 | 
				
			|||||||
    This will migrate your database and create the search index. After that,
 | 
					    This will migrate your database and create the search index. After that,
 | 
				
			||||||
    paperless will take care of maintaining the index by itself.
 | 
					    paperless will take care of maintaining the index by itself.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
7.  Start paperless-ng.
 | 
					8.  Start paperless-ng.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .. code:: bash
 | 
					    .. code:: bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -422,11 +429,11 @@ Migration to paperless-ng is then performed in a few simple steps:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    This will run paperless in the background and automatically start it on system boot.
 | 
					    This will run paperless in the background and automatically start it on system boot.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
8.  Paperless installed a permanent redirect to ``admin/`` in your browser. This
 | 
					9.  Paperless installed a permanent redirect to ``admin/`` in your browser. This
 | 
				
			||||||
    redirect is still in place and prevents access to the new UI. Clear
 | 
					    redirect is still in place and prevents access to the new UI. Clear
 | 
				
			||||||
    browsing cache in order to fix this.
 | 
					    browsing cache in order to fix this.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
9.  Optionally, follow the instructions below to migrate your existing data to PostgreSQL.
 | 
					10.  Optionally, follow the instructions below to migrate your existing data to PostgreSQL.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. _setup-sqlite_to_psql:
 | 
					.. _setup-sqlite_to_psql:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user