Skip to content

Database setup for Weblate #10862

Answered by nijel
iKhalidObaid asked this question in Q&A
Jan 26, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Only PostgreSQL, MariaDB, and MySQL are supported. See also https://docs.weblate.org/en/latest/admin/install.html#database-setup-for-weblate.

Moreover, the Docker image supports direct configuration for PostgreSQL only as that is our recommended database server, see https://docs.weblate.org/en/latest/admin/install/docker.html#mysql-or-mariadb-server.

Adding support for other Django supported databases should be possible, the most important thing we handle using database-specific code is full-text search, which should be doable using https://www.oracle.com/database/technologies/appdev/oracletext.html.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@iKhalidObaid
Comment options

@nijel
Comment options

Answer selected by iKhalidObaid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants