• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by Spring

  1. S

    Resolved Redis with docker: How to provide file path for redis.conf as first argument?

    With Docker Compose it works. Recommended is then to use the INCLUDE-function of the redis.conf-file (Redis configuration file example) to provide through this way your editable configuration-file (local.conf). (Redis always uses the last processed line as value of a configuration directive.)...
  2. S

    Resolved Redis with docker: How to provide file path for redis.conf as first argument?

    I installed Redis as docker-container (in Plesk Obsidian). The Redis-doc says the following, when further configuration is needed: How can I provide the file path for this redis.conf as "first argument while starting Redis"?
  3. S

    Question Accessing Redis from local cli

    start redis-cli (for Redis running as docker container) with: docker exec -it containername redis-cli (as containername, use the value you entered in the Plesk-Interface while settingup the docker-container)
  4. S

    Question Redis in docker act as a not persisted cache

    I'm also interested in this topic. I only want to use the RAM (but not the disk). The default-setting of Redis is the snapshotting, where the RAM is written on the disk: Redis persistence But through the redis.conf (redis/redis.conf at unstable · redis/redis), it is possible to deactivate that...
Back
Top