Make the default database sqlite, and, optionally, postgres. Obviously this breaks current installations without manually enabling postgres again in the compose file.
Make the default database sqlite, and, optionally, postgres. Obviously this breaks current installations without manually enabling postgres again in the compose file.
I have tested both sqlite and postgres mode and they seem to work. There is no clean migration path from sqlite mode, however, without some Significant Hacks, so it's something to be aware of.
I have tested both sqlite and postgres mode and they seem to work. There is no clean migration path from sqlite mode, however, without some Significant Hacks, so it's something to be aware of.
LGTM! Any chance of a release note to explain that folks using postgres will need to change configs? If it's added in release/next I think it would get automatically magicked into place next abra recipe release
LGTM! Any chance of a release note to explain that folks using postgres will need to change configs? If it's added in `release/next` I think it would get automatically magicked into place next `abra recipe release`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Make the default database sqlite, and, optionally, postgres. Obviously this breaks current installations without manually enabling postgres again in the compose file.
I have tested both sqlite and postgres mode and they seem to work. There is no clean migration path from sqlite mode, however, without some Significant Hacks, so it's something to be aware of.
LGTM! Any chance of a release note to explain that folks using postgres will need to change configs? If it's added in
release/nextI think it would get automatically magicked into place nextabra recipe releaseYes i will add that, thanks for the tip on that and the review
I have added the release notes.