• 1 Post
  • 7 Comments
Joined 1 day ago
cake
Cake day: March 17th, 2026

help-circle
  • Hi,

    1. The agent need to be on the same network as your database. You can either include the agent in the same Docker Compose setup or create a Docker network to link them. I’m not sure what you mean by ‘persist across restarts.’ Can you clarify? However, it works perfectly fine with databases running in Docker.

    2. For Redis and Valkey, hot restores are unfortunately not supported. You need to stop the services and perform some manual operations. This limitation is why backups are mainly useful for disaster recovery rather than live rollback.

    Feel free to ask any other questions or clarification if needed.