mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	Documentation: Add docs about missing timezones in MySQL/MariaDB (#5583)
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									d0ce4113e0
								
							
						
					
					
						commit
						ae05011062
					
				@ -517,6 +517,18 @@ existing tables) with:
 | 
			
		||||
    an older system may fix issues that can arise while setting up Paperless-ngx but
 | 
			
		||||
    `utf8mb3` can cause issues with consumption (where `utf8mb4` does not).
 | 
			
		||||
 | 
			
		||||
### Missing timezones
 | 
			
		||||
 | 
			
		||||
MySQL as well as MariaDB do not have any timezone information by default (though some
 | 
			
		||||
docker images such as the official MariaDB image take care of this for you) which will
 | 
			
		||||
cause unexpected behavior with date-based queries.
 | 
			
		||||
 | 
			
		||||
To fix this, execute one of the following commands:
 | 
			
		||||
 | 
			
		||||
MySQL: `mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql -p`
 | 
			
		||||
 | 
			
		||||
MariaDB: `mariadb-tzinfo-to-sql /usr/share/zoneinfo | mariadb -u root mysql -p`
 | 
			
		||||
 | 
			
		||||
## Barcodes {#barcodes}
 | 
			
		||||
 | 
			
		||||
Paperless is able to utilize barcodes for automatically performing some tasks.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user