Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

When you create a new library the software will automatically create the file based database (SQLite) for you.

The file based database (SQLite) in not really meant to be used on a server. It can work, but there are some drawbacks. If you run into issues, please consider moving to a Postgres database instead.

Select the file base database and define the file location. Make sure to include the file name and the correct file extension (.db)

Example:

/mnt/server/library/.config/das-element.db

  • No labels