> For the complete documentation index, see [llms.txt](https://docs.fylr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fylr.io/releases/2022/v6.2.0.md).

# fylr first Production Ready Release 🎉 (2022-12-22)

Published 2022-12-22 18:51:43Z

* [fylr\_checksums.txt](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.2.0/fylr_checksums.txt)
* [fylr\_v6.2.0\_darwin\_amd64.tar.gz](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.2.0/fylr_v6.2.0_darwin_amd64.tar.gz)
* [fylr\_v6.2.0\_darwin\_arm64.tar.gz](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.2.0/fylr_v6.2.0_darwin_arm64.tar.gz)
* [fylr\_v6.2.0\_linux\_amd64.tar.gz](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.2.0/fylr_v6.2.0_linux_amd64.tar.gz)
* [fylr\_v6.2.0\_linux\_arm.tar.gz](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.2.0/fylr_v6.2.0_linux_arm.tar.gz)
* [fylr\_v6.2.0\_windows\_amd64.zip](https://s3.eu-central-1.wasabisys.com/fylr-releases/v6.2.0/fylr_v6.2.0_windows_amd64.zip)

## fylr first Production Ready Release 🎉

The fylr API is compatible to Programmfabrik's easydb 5 API. fylr comes with features such as poly hierarchies and inherited data.

## New technology

Although this release is considered ready for production, extra care should be taken when it comes to regular backups. fylr is a new technology and as such, wider adoption will eventually show bugs which have not been spotted during testings. Backups should be performed as Postgres database dumps. Currently this is not part of fylr .

## Installation

Installation instructions and examples can be found in the [install repo ](https://github.com/programmfabrik/fylr-install).

## Backup

The included backup solution (there is a new Backup Manager in the frontend), is meant to be used for support purposes and development purposes only at the moment. This will turn into an automatic backup solution in the near future. So please make sure your fylr instance is backed up regularly. In fylr it is sufficient to backup the database (use "pg\_dump" for this) and the files. If the file storage is on disk, you can use tools like rsync to back up files, if the storage is S3, the S3 server usually doesn't require a backup as it is a redundant storage system.

## Restore an easydb 5

fylr includes a cli command which can be used to backup & restore an easydb 5 instance. See `fylr -h` for details.

## Changes since v6.1.0

A re-index is recommended to fix potential problems with dates B.C.

* New /inspect/system/console to follow fylr console output
* New /inspect/system/queues to see the status of index & file queue
* Storage layer generates directory separated keys, so that there are not that many file in one directory
* Speed improvement for complex filters
* Fix for storing dates way before B.C.
* New built-in /docs service to output instance specific documentation (alpha, first version, not much there yet)
* Baseconfig allows to adjust log level
* Updated produce config defaults to match easydb 5 default setup


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fylr.io/releases/2022/v6.2.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
