Skip to main content

Migrating to 1.21.0

Wave 1.21.0 was released on May 29, 2025.

Mandatory steps

Wave 1.21.0 introduces support for PostgreSQL as the primary database backend, replacing SurrealDB. SurrealDB support has been fully removed as of Wave 1.32.5.

Add the following properties to your Wave configuration file:

  • wave.build.logs.path: Sets the full path where build logs will be stored (e.g., s3://my-bucket/wave/logs or a local path).
  • wave.build.locks.path: Sets the full path where Conda lock files will be stored (e.g., s3://my-bucket/wave/locks or a local path).
On this Page