Can I have multiple instances of Shlink with an external PostgreSQL DB, without a Redis server? How? #2160
-
Hey all,
I've referenced this doc and docs it links to. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think those docs may require some re-wording. Redis is not mandatory if you are running independent instances, with independent databases, as long as every instance has a single replica. Redis is required for multi-replica instances (what is called there multi-instance), and there are no supported alternatives at the moment. You can see the considerations here https://shlink.io/documentation/install-docker-image/#multi-instance-considerations |
Beta Was this translation helpful? Give feedback.
I think those docs may require some re-wording.
Redis is not mandatory if you are running independent instances, with independent databases, as long as every instance has a single replica.
Redis is required for multi-replica instances (what is called there multi-instance), and there are no supported alternatives at the moment. You can see the considerations here https://shlink.io/documentation/install-docker-image/#multi-instance-considerations