# Vapor: Database Upgrades Are Now Available

DevFeed: [Vapor: Database Upgrades Are Now Available](<https://devfeed.tech/articles/vapor-database-upgrades-are-now-available-3946.md>)

Original publisher: [Read original article](<https://laravel.com/blog/vapor-database-upgrades-are-now-available>)

Author: Nuno Maduro

Published: 2021-05-20T10:00:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [Database](<https://devfeed.tech/topics/database.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [database](<https://devfeed.tech/tags/database.md>), [databases](<https://devfeed.tech/tags/databases.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [php](<https://devfeed.tech/tags/php.md>), [ui](<https://devfeed.tech/tags/ui.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>), [upgrades](<https://devfeed.tech/tags/upgrades.md>)

## AI overview

Laravel Vapor now supports upgrading existing RDS and Aurora Serverless databases through the Vapor UI or Vapor CLI. The upgrade creates a new database containing the original database's contents, configuration, and credentials, which can then be attached to an environment before the original database is deleted.

## Source excerpt

Vapor allows you to easily create and manage RDS and Aurora Serverless databases. And, starting today, you may upgrade an existing database directly from the Vapor UI or using the Vapor CLI.