Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
All solutions
    • All solutions for Managed PostgreSQL
    • Recovering a Managed Services for PostgreSQL cluster after its disks become Read Only
    • You are unable to delete your Managed Service for PostgreSQL cluster in the Dead status if deletion protection was enabled for it
    • Managed Service for PostgreSQL cluster switches to the Unknown state immediately after creation
    • Resolving issues with updating configurations of clusters with local-ssd disks
    • Resolving the consequences of cluster storage overflow with WAL logs
    • Resolving the psql error "could not translate host name to address nodename nor servname provided, or not known"
    • Resolving the error Unrecognized configuration parameter "stats_temp_directory"
    • Resolving the "max_connections conn_limit is too high" error
    • Resolving the "422 UNPROCESSABLE ENTITY The specified extension <'ext_name'> is not present in shared_preload_libraries" error
    • Understanding the Conn limit parameter
    • How to set up SQL query filtering
    • How to enable SQL query logging

In this article:

  • Issue description
  • Solution
  • If the issue persists
  1. Managed PostgreSQL
  2. Resolving issues with updating configurations of clusters with local-ssd disks

Resolving issues with updating configurations of clusters with local-ssd disks

Written by
Yandex Cloud
Updated at November 27, 2023
  • Issue description
  • Solution
  • If the issue persists

Issue descriptionIssue description

When trying to increase the storage size or change the host class of a Managed Service for PostgreSQL cluster with local-ssd disks, you see one or more error messages:

  • UNPROCESSABLE ENTITY
  • GATEWAY_REQUEST_ERROR.

SolutionSolution

You cannot expand your cluster storage because the cluster uses local-ssd disks.

Try increasing the cluster size in steps of 100 GB (for Intel Broadwell and Intel Cascade Lake platforms) or in steps of 368 GB (for the Intel Ice Lake platform). Make sure to back up your data in advance.

For clusters with this type of disk storage, we recommend you to change the host class by creating and then restoring a backup.

If the issue persistsIf the issue persists

If you have a critical need to change the configuration of an existing cluster with local-ssd disks, create a request for technical support.
In the request, specify the following information:

  1. ID of the Managed Service for PostgreSQL cluster for which you want to change the disk size or host class.
  2. Description of the use case where you need to change the disk configuration of an existing cluster.

When you update the configuration of an existing cluster on local-ssd disks, maintenance will be sequentially launched on all cluster hosts (including the master host).
The replicas are queued randomly. A replica becomes unavailable while it is being restarted during maintenance.
If it is restarted and becomes unavailable, one of the replicas takes its role.

In case you use the master host's FQDN to access the cluster, such a cluster may become unavailable.
To make your application continuously available, access the cluster using a special FQDN that always points to the master host.

Was the article helpful?

Previous
Managed Service for PostgreSQL cluster switches to the Unknown state immediately after creation
Next
Resolving the consequences of cluster storage overflow with WAL logs
© 2025 Direct Cursus Technology L.L.C.