Skip to content

Commit b41752f

Browse files
committed
build: add sqlite/postgres releasenotes
1 parent 270bc31 commit b41752f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This file tracks release notes for the loop client.
1515
## Next release
1616

1717
#### New Features
18-
18+
* 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.
1919
#### Breaking Changes
2020

2121
#### Bug Fixes

0 commit comments

Comments
 (0)