Links

Change Log

5 January 2022 | Product documentation updates:
  • Upgrades added to Features
  • WAL and Logs added to Resource Usage
  • Logs changed in Limitations
  • explained rotation of log files
  • new Performance section (Estimates)
  • further details regarding max_connections
21 December 2021 | Product documentation updates:
  • new sections: High Availability and Scaling; Failover and Upgrade; Backup and Recovery
  • new section: Activate Extensions
  • new section: PostgreSQL FAQ
10 October 2021 | API documentation updates:
  • the API swagger doc URL has changed: it is now "https://api.ionos.com/docs/postgresql/v1/" (cutting out the "cloudapi" part)
  • Renamed all parameters from snake_case to camelCase
  • lastModifiedBy and createdBy now contain the unique username instead of the display name
  • createdByUserId and lastModifiedByUserId now contain the UUID of the user, which is also used in other Cloud APIs.
  • ram_size is now ram and changes to a plain integer (in megabytes)
  • cpu_core_count is now cores
  • replicas is now instances
  • vdc_connection is now connection
  • vdc_id is now datacenterId
  • ip_address is now cidr
  • in maintenance window: weekday is now dayOfTheWeek
  • metadata is no longer part of the properties. metadata and id move up to sit beside properties
  • lifecycle_status is now state and moves to metadata
  • For cloning/restoring the backup: all parameters are now in the request body
  • error messages no longer contain a titlefield
  • backup_enabled field is now removed. Backup is always enabled and the option was deprecated for some time.
  • the swagger spec was migrated to v3