1
0

docs: remove outdated information

This commit is contained in:
kolaente
2024-02-14 10:21:51 +01:00
parent 7ae38c5ac1
commit 5ab720d709

View File

@ -48,10 +48,6 @@ db:
You'll also need to change the `VIKUNJA_DATABASE_TYPE` to `postgres` on the api container declaration. You'll also need to change the `VIKUNJA_DATABASE_TYPE` to `postgres` on the api container declaration.
<div class="notification is-warning">
<b>NOTE:</b> The mariadb container can sometimes take a while to initialize, especially on the first run. During this time, the api container will fail to start at all. It will automatically restart every few seconds.
</div>
## Sqlite ## Sqlite
Vikunja supports postgres, mysql and sqlite as a database backend. The examples on this page use mysql with a mariadb container. Vikunja supports postgres, mysql and sqlite as a database backend. The examples on this page use mysql with a mariadb container.