Can I use sqlite instead of postgresql when self-hosting with docker?

Is it possible to set up a docker self-hosted sever but using sqlite rather than postgresql? For a single-use instance the latter seems somewhat overkill.

Thanks!

Not at the moment! We have an open issue here

And an implementation here

The latter is usable with the latest version, but is not officially supported or integrated. I’ve been meaning to integrate with the main Atuin release, but have not yet had time + motivation to do so

Ok, thank you! I’ve gone with the postgresql as per the instructions for now at least! :slight_smile:

1 Like