0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/db/post_migrate
Loïc Guitaut b9dd9c70a5 DEV: Migrate Sidekiq to a dedicated Redis DB
As we’re currently using a namespace for Sidekiq, in order to upgrade to
the latest version, we need to drop it as it’s not supported anymore.

The recommended way is to use a different Redis DB for Sidekiq.

This patch uses a different config for Sidekiq and also takes care of
migrating existing jobs (in queues and the retry and scheduled sets).
2025-03-03 15:42:26 +01:00
..
20240829140226_drop_old_notification_id_columns.rb DEV: Drop old notification id columns (#28550) 2024-10-15 11:58:57 +03:00
20240909121255_rebake_user_onebox.rb UX: Upgrade to fontawesome 6.6.0 (#28778) 2024-09-09 14:40:56 +01:00
20240910090759_make_password_columns_from_users_read_only.rb DEV: Break up PG query in MakePasswordColumnsFromUsersReadOnly (#29167) 2024-10-11 11:25:55 +08:00
20240912210450_delete_anonymous_users_from_directory_items.rb resolve Rails/ReversibleMigrationMethodDefinition errors (#29412) 2024-10-25 15:13:06 +08:00
20241011080517_drop_password_columns_from_users.rb DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00
20241023041126_clear_duplicate_admin_notices.rb resolve Rails/ReversibleMigrationMethodDefinition errors (#29412) 2024-10-25 15:13:06 +08:00
20250227142351_migrate_sidekiq_jobs.rb DEV: Migrate Sidekiq to a dedicated Redis DB 2025-03-03 15:42:26 +01:00