Skip to content

0.6.0

Published 2024-10-02


Zuthree Manager now offers initial support for external databases, with PostgreSQL being the currently supported option. This provides greater scalability, flexibility, and advanced features such as high availability and advanced security.

New CLI flags:

  • --databaseType: Specifies the database type (sqlite or postgres).
  • --databaseHost: Specifies the hostname or IP address of the PostgreSQL database server.
  • --databasePassword: Specifies the password for the database user.
  • --databaseUser: Specifies the username for connecting to the database.
  • --databaseUrl: Specifies the full database connection URL.

Added support for the ZUTHREE_DATABASE_PASSWORD environment variable for enhanced security.