DigitalOcean Documentation

Comprehensive tutorials, references, example code, and more for DigitalOcean products.

Information about the DigitalOcean platform, like billing details, release notes, product availability by datacenter, support plans, account details, and SLAs.
Detailed information on DigitalOcean products and how to use them.
Manage resources programmatically with our API and CLI tools.
Looking for technical support with your DigitalOcean account or infrastructure? Start here.

Upcoming Changes

  • SnapShooter will remove support for Exoscale on 1 May 2024, due to Exoscale API deprecations.

    Customers who will no longer require snapshot services after this change should contact support for a prorated refund.

Latest Updates

1 May 2024

  • App Platform developer databases now default to use PostgreSQL 14 upon creation instead of PostgreSQL 12. You can create a database that uses PostgreSQL 16 by specifying the engine version in your app’s spec, like this:

        
            
                
    databases:
    - engine: PG
      name: db-example
      version: "16"
    
            
        
    

  • We have added minimum and maximum values for the health check configuration parameters in App Platform. The new limits are:

    • initial_delay_seconds: Minimum 0 seconds, maximum 3600 seconds
    • period_seconds: Minimum 1 second, maximum 300 seconds
    • timeout_seconds: Minimum 1 second, maximum 120 seconds
    • success_threshold: Minimum 1 successful check, maximum 50 successful check
    • failure_threshold: Minimum 1 failed check, maximum 50 failed checks

30 April 2024

  • Premium CPUs are now available for Storage-Optimized Droplets.

    Click here to view the full list of new Storage-Optimized Droplet plans with Premium CPUs.
    Slug vCPUs RAM (GB) Disk (GB) Transfer (TB) Price
    so-2vcpu-16gb-intel 2 16 300 4 $131.00 per month
    so1_5-2vcpu-16gb-intel 2 16 450 4 $139.00 per month
    so-4vcpu-32gb-intel 4 32 600 6 $262.00 per month
    so1_5-4vcpu-32gb-intel 4 32 900 6 $278.00 per month
    so-8vcpu-64gb-intel 8 64 1200 7 $524.00 per month
    so1_5-8vcpu-64gb-intel 8 64 1800 7 $556.00 per month
    so-16vcpu-128gb-intel 16 128 2400 8 $1048.00 per month
    so1_5-16vcpu-128gb-intel 16 128 3600 8 $1112.00 per month
    so-24vcpu-192gb-intel 24 192 3600 9 $1572.00 per month
    so1_5-24vcpu-192gb-intel 24 192 5400 9 $1668.00 per month
    so-32vcpu-256gb-intel 32 256 4800 10 $2096.00 per month
    so1_5-32vcpu-256gb-intel 32 256 7200 10 $2224.00 per month

    The new plans are available through the control panel and the API in NYC1, NYC3, SFO2, TOR1, FRA1, BLR1, and SYD1.

26 April 2024

  • You can now reconfigure MongoDB databases via the API, which lets you edit many database engine parameters that were previously unavailable for editing. For more detailed steps, see How to Reconfigure Database Clusters.

For more, see our full release notes.