Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Cloud Stackland
  • What's new
  • Installation
    • All tutorials
    • Installing Stackland on Yandex BareMetal
    • Setting up external access to a pod in a cluster
    • All guides
        • Creating a cluster PostgreSQL
        • Updating cluster settings
        • Performance diagnostics
        • Creating backups
        • Recovering a cluster
        • Deleting a cluster
    • Projects
    • Resource model
  • Access management
  • Pricing policy
  • Diagnostics and troubleshooting
  1. Step-by-step guides
  2. Databases
  3. Managed Service for PostgreSQL
  4. Creating backups

Creating backups

Written by
Yandex Cloud
Updated at April 8, 2026

You can create a backup for any PostgreSQL cluster existing in your project.

CLI
Management console
  1. Create a file of the PostgresqlBackup resource, e.g., using the touch postgresqlbackup.yaml command.

  2. Open the file and paste the configuration:

    apiVersion: postgresql.stackland.yandex.cloud/v1alpha1
    kind: PostgresqlBackup
    metadata:
      name: cluster-backup
    spec:
      cluster:
        name: cluster
    
  3. Apply the manifest: kubectl apply -f postgresqlbackup.yaml -n <project name>. Optionally, you can specify the project name in the metadata.namespace resource property and skip it in the command.

  1. If you have not opened a project yet, select one.
  2. In the left-hand menu, select PostgreSQL Clusters.
  3. Select the cluster.
  4. Click Create backup.
  5. Confirm the creation of a backup.

This is it, your backup has been created.

Note

To recover a deleted cluster from a backup, see Recovering a cluster.

Was the article helpful?

Previous
Performance diagnostics
Next
Recovering a cluster
© 2026 Direct Cursus Technology L.L.C.