Rallly logo

Rallly

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.

Alternative to: doodle, when2meet


About Versions (95)

v4.7.0

2026-02-04

What’s Changed

‼️ Breaking Changes: Troubleshooting Database Issues

This release upgrades from Prisma v6 to v7, which has stricter TLS/SSL certificate validation.

If you encounter SSL/TLS connection errors after upgrading:

  • For secure connections: Add your CA certificate to the connection string inside DATABASE_URL: ?sslrootcert=inline:<base64-encoded-cert>
  • To restore v6 behavior: Add ?uselibpqcompat=true to the connection string inside DATABASE_URL

Full Changelog: https://github.com/lukevella/rallly/compare/v4.6.3…v4.7.0