docs: update migrate note

This commit is contained in:
2024-08-29 21:53:08 +02:00
parent 00ca15e94f
commit a3322034f4

View File

@@ -12,8 +12,8 @@ To migrate the database, you need to add `migrate` command.
{: .note } {: .note }
The pg backup has another great feature: migrating your database from a source database to another. The pg backup has another great feature: migrating your database from a source database to another.
As you know, to restore a database from a source to a target database, you need 2 operations: to start by backing up the source database and then restoring the source backed database to the target database. As you know, to restore a database from a source to a target database, you need 2 operations: which is to start by backing up the source database and then restoring the source backed database to the target database.
Instead of proceeding like that, you can use the integrated feature `(migrate)` that will help you to migrate your database by doing only one operation. Instead of proceeding like that, you can use the integrated feature `(migrate)`, which will help you migrate your database by doing only one operation.
### Docker compose ### Docker compose