1
0
Fork 0

File storage options, naming of the default option and EN docs

This commit is contained in:
Tobias Diekershoff 2019-02-05 16:30:46 +01:00
commit b654784396
2 changed files with 4 additions and 3 deletions

View file

@ -110,8 +110,9 @@ Two storage backends are avaiable with Friendica:
- **Filesystem** : Data is stored as file on the filesystem.
More storage backends can be avaiable from third-party addons.
If you use those, please refer to the documentation of those addons for further information.
Default value is 'None': it's the legacy way used to store data directly in database.
Default value is 'Database (legacy)': it's the legacy way used to store data directly in database.
Existing data can be moved to the current active backend using the ['storage move' console command](help/tools)