2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

Update install.md

This commit is contained in:
Oliver 2021-05-20 09:31:09 +10:00 committed by GitHub
parent 7d219a6233
commit 168c194a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,9 @@ sudo apt-get install sqlite3
A `.sqlite3` database file will be automatically created, at the location specified in the configuration options. No further steps necessary. A `.sqlite3` database file will be automatically created, at the location specified in the configuration options. No further steps necessary.
!!! warning "SQLite Case Sensitivity"
SQLite has a known [string matching limitation](https://docs.djangoproject.com/en/dev/ref/databases/#substring-matching-and-case-sensitivity) for non ASCII characters. If you are using non ASCII characters (e.g. Cyrillic text), it is recommended that you do not use SQLite, as search functionality will not work correctly.
### PostgreSQL ### PostgreSQL
#### Install PostgreSQL #### Install PostgreSQL