github Freika/dawarich 0.27.4-rc.1

latest releases: 0.31.0, 0.30.13-rc.1, 0.30.12...
pre-release3 months ago

Changed

  • SolidQueue is now using PostgreSQL instead of SQLite. Provide QUEUE_DATABASE_NAME and QUEUE_DATABASE_PASSWORD environment variables to configure it.
...
  dawarich_app:
    image: freikin/dawarich:latest
    ...
    restart: on-failure
    environment:
    ...
      DATABASE_NAME: dawarich_development
+     # PostgreSQL database name for solid_queue
+     QUEUE_DATABASE_NAME: dawarich_development_queue
+     QUEUE_DATABASE_PASSWORD: password
      # SQLite database paths for cache and cable databases
-     QUEUE_DATABASE_PATH: /dawarich_db_data/dawarich_development_queue.sqlite3
      CACHE_DATABASE_PATH: /dawarich_db_data/dawarich_development_cache.sqlite3
...

What's Changed

Full Changelog: 0.27.2...0.27.4-rc.1

Don't miss a new dawarich release

NewReleases is sending notifications on new releases.