Replies: 1 comment 2 replies
-
Oops I overlooked this, but is this enough for filling empty Redis database? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm migrating from docker-compose deployment to non-docker, and it almost succeeded... without Redis part.
Current docker-compose.yml on
production
branch is using two Redis 7.2.1 servers forredis_activity
andredis_broker
, but the latest package on Debian 12 (bookworm) is Redis 7.0.15 and the official documentation share thelocalhost
for two purposes.So I googled a bit but cannot find the ways to:
redis_activity
andredis_broker
in docker compose) into one (redis.service on Debian).So my question is, how this migration can be done?
Is there any ways to successfully migrate Redis data?
Or the data on Redis can be re-generated from the data on Postgresql?
Beta Was this translation helpful? Give feedback.
All reactions