Skip to content

Commit ab5cace

Browse files
authored
fix(dbaas): specify postgresql client version (#5316)
1 parent f7f87b9 commit ab5cace

File tree

1 file changed

+2
-2
lines changed
  • tutorials/migrate-databases-instance

1 file changed

+2
-2
lines changed

tutorials/migrate-databases-instance/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This guide consists of two parts, depending on which database Engine your Instan
6060
```
6161
3. We use `pg_dump` to dump the content of the database to migrate. It is included in the package `postgresql-client-common`. Install it using apt:
6262
```
63-
apt install postgresql-client-common
63+
apt install postgresql-client-16
6464
```
6565
4. Dump the content of the originating database into a local SQL file on the Instance:
6666
```
@@ -184,4 +184,4 @@ Once you have created both, the destination database and its users, import your
184184

185185
## Conclusion
186186

187-
You now have exported your existing PostgreSQL or MySQL database and imported it into a Scaleway Managed Datatabase Instance. To finish the migration process of your database, update the credentials and server information in the configuration files of your existing application. Once this information is updated, your application will use your database on Instances managed by Scaleway. For more information about the Database product, refer to the [product information page](https://www.scaleway.com/en/database/) and the [product documentation](/managed-databases-for-postgresql-and-mysql/quickstart/).
187+
You now have exported your existing PostgreSQL or MySQL database and imported it into a Scaleway Managed Datatabase Instance. To finish the migration process of your database, update the credentials and server information in the configuration files of your existing application. Once this information is updated, your application will use your database on Instances managed by Scaleway. For more information about the Database product, refer to the [product information page](https://www.scaleway.com/en/database/) and the [product documentation](/managed-databases-for-postgresql-and-mysql/quickstart/).

0 commit comments

Comments
 (0)