Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/content/changelog/4-14-1-2020-02-24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: '4.14.1: 2020-02-24'
date: 2020-02-24T05:00:00.000Z
version: 4.14.1
changelog:
- API
---


### Fixed

- Previously, when restoring from a backup ([POST
/linode/instances/{linodeId}/backups/{backupId}/restore](https://developers.linode.com/api/v4/linode-instances-linode-id-backups-backup-id-restore/#post)) to a Linode that was smaller than the Linode that the backup was created for, disk space could be overallocated. A 400 error message was added to inform the user if they are attempting to restore a backup to a Linode that does not have enough unallocated space available, and overallocation caused by this bug is no longer possible.