mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
Small README touches
This commit is contained in:
parent
0f1a31e677
commit
b654f969f5
@ -91,7 +91,8 @@ superuser with the folowing SQL command:
|
|||||||
|
|
||||||
supysonic=# CREATE EXTENSION citext;
|
supysonic=# CREATE EXTENSION citext;
|
||||||
|
|
||||||
If you absolutely have no clue about databases, you can go with _SQLite_.
|
If you absolutely have no clue about databases, you can go with _SQLite_ as it
|
||||||
|
doesn't need any setup other than specifying a path for the database.
|
||||||
Note that using _SQLite_ for large libraries might not be the brightest idea as
|
Note that using _SQLite_ for large libraries might not be the brightest idea as
|
||||||
it tends to struggle with larger datasets.
|
it tends to struggle with larger datasets.
|
||||||
|
|
||||||
@ -232,6 +233,9 @@ command:
|
|||||||
|
|
||||||
## Upgrading
|
## Upgrading
|
||||||
|
|
||||||
|
To upgrade your _Supysonic_ installation, simply re-run the command you used to
|
||||||
|
install it (either `python setup.py install` or `pip install .`).
|
||||||
|
|
||||||
Some commits might introduce changes in the database schema. Starting with
|
Some commits might introduce changes in the database schema. Starting with
|
||||||
commit e84459d6278bfc735293edc19b535c62bc2ccd8d (August 29th, 2018) migrations
|
commit e84459d6278bfc735293edc19b535c62bc2ccd8d (August 29th, 2018) migrations
|
||||||
will be automatically applied.
|
will be automatically applied.
|
||||||
|
Loading…
Reference in New Issue
Block a user