From b41752f110c36aa4f8bc740820c082552fe2af63 Mon Sep 17 00:00:00 2001 From: sputn1ck Date: Tue, 20 Jun 2023 19:06:51 +0200 Subject: [PATCH] build: add sqlite/postgres releasenotes --- release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_notes.md b/release_notes.md index c71d135..2a9fe8c 100644 --- a/release_notes.md +++ b/release_notes.md @@ -15,7 +15,7 @@ This file tracks release notes for the loop client. ## Next release #### New Features - +* Deprecated boltdb, we now support both sqlite and postgres. On first startup, loop will automatically migrate your database to sqlite. If you want to use postgres, you can set the `--databasebackend` flag to `postgres` and set the `--postgres.host`, `--postgres.port`, `--postgres.user`, `--postgres.password` and `--postgres.dbname` flags to connect to your postgres instance. Your boltdb file will be saved as a backup in the loop directory. NOTE: we're currently only supporting migrating once from boltdb to a sql backend. A manual migration between postgres and sqlite will be supported in the future. #### Breaking Changes #### Bug Fixes