Skip to content

Commit

Permalink
docs: update migrate note
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaninda committed Aug 29, 2024
1 parent 00ca15e commit a332203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-tos/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ To migrate the database, you need to add `migrate` command.
{: .note }
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.
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.
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)`, which will help you migrate your database by doing only one operation.


### Docker compose
Expand Down

0 comments on commit a332203

Please sign in to comment.