server/docs/database.md
Jesse Wierzbinski 2e2b91d7a5
docs: 📝 Updated documentation for Lysand 0.4
Updated outdated documentation in preparation for the release of Lysand 0.4
2024-04-14 13:33:02 -10:00

468 B

Installing the database

Lysand uses a special PostgreSQL extension called pg_uuidv7 to generate UUIDs. This extension is required for Lysand to work properly. To install it, you can either use the pre-made Docker image or install it manually.

Using the Docker image

Lysand offers a pre-made Docker image for PostgreSQL with the extension already installed. Use ghcr.io/lysand-org/postgres:main as your Docker image name to use it.

Manual installation