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
tocamelCase
lastModifiedBy
andcreatedBy
now contain the unique username instead of the display namecreatedByUserId
andlastModifiedByUserId
now contain the UUID of the user, which is also used in other Cloud APIs.ram_size
is nowram
and changes to a plain integer (in megabytes)cpu_core_count
is nowcores
replicas
is nowinstances
vdc_connection
is nowconnection
vdc_id
is nowdatacenterId
ip_address
is nowcidr
- in maintenance window:
weekday
is nowdayOfTheWeek
metadata
is no longer part of the properties.metadata
andid
move up to sit besideproperties
lifecycle_status
is nowstate
and moves tometadata
- For cloning/restoring the backup: all parameters are now in the request body
- error messages no longer contain a
title
field 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
Last modified 3mo ago