From 24e628d2ee6cc6af476884db74e74ed075c334a5 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Mon, 9 Jun 2025 20:16:41 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2625955e..5baa275b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ _yet another, yay!_ Well, we're moving back to Sidekiq and Redis for background jobs and caching. Unfortunately, SolidQueue and SolidCache brought more problems than they solved. Please update your `docker-compose.yml` to use Redis and Sidekiq. +Before updating, you can remove `dawarich_development_queue` database from your postgres. All *.sqlite3 files in `dawarich_sqlite_data` volume can be removed as well. + ```diff networks: dawarich: @@ -126,7 +128,6 @@ volumes: dawarich_public: dawarich_watched: dawarich_storage: - ``` _I understand the confusion, probably even anger, caused by so many breaking changes in the recent days._