You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/imports/amazon-aurora-migration-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ If your database uses foreign key constraints, we will detect them after success
101
101
102
102

103
103
104
-
If the connection is successful and plan upgrades are complete (if the database is over 5 GB), click “**Continue import**” to migrate your data to PlanetScale.
104
+
If the connection is successful, click “**Continue import**” to migrate your data to PlanetScale.
105
105
106
106
{% callout type="warning" %}
107
107
If you receive an error, check the [Troubleshooting](#troubleshooting) section for information on correcting common configuration issues.
Copy file name to clipboardExpand all lines: docs/imports/aws-rds-migration-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ The “**Connect to database**” button will update with the connection status.
89
89
If your database uses foreign key constraints, we will detect them after successfully connecting to your external database and automatically enable foreign key constraint support for your database.
90
90
{% /callout %}
91
91
92
-
If the connection is successful and plan upgrades are complete (if the database is over 5 GB), click “**Begin database import**” to migrate your data to PlanetScale.
92
+
If the connection is successful, click “**Begin database import**” to migrate your data to PlanetScale.
93
93
94
94
{% callout type="warning" %}
95
95
If you receive an error, check the [Troubleshooting](#troubleshooting) section for information on correcting common configuration issues.
Copy file name to clipboardExpand all lines: docs/imports/azure-database-for-mysql-migration-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ The “**Connect to database**” button will update with the connection status.
89
89
If your database uses foreign key constraints, we will detect them after successfully connecting to your external database and automatically enable foreign key constraint support for your database.
90
90
{% /callout %}
91
91
92
-
If the connection is successful and plan upgrades are complete (if the database is over 5 GB), click “**Begin database import**” to migrate your data to PlanetScale.
92
+
If the connection is successful, click “**Begin database import**” to migrate your data to PlanetScale.
93
93
94
94
The following view will show you the progress of your data being imported.
Copy file name to clipboardExpand all lines: docs/imports/database-imports.md
+6-18
Original file line number
Diff line number
Diff line change
@@ -22,14 +22,8 @@ To import an existing database into PlanetScale:
22
22
23
23
1. Head to your PlanetScale dashboard and click on "**New database**" > "**Import database**," which will bring you to the **Import Setup page**.
24
24
2. Give your imported database a name and [select a region](/docs/concepts/regions) from the dropdown.
25
-
3. Add a credit card to your organization. You will only be charged if your import requires a Scaler Pro plan (for imports that use over 5 GB of storage), and we will ask you to confirm before proceeding.
26
-
4. We recommend using the same name as the database you're importing from to avoid updating any database name references throughout your application code. If you'd prefer to use a different database name, make sure to update your app where applicable once you fully switch over to PlanetScale.
27
-
28
-
{% callout %}
29
-
Importing a database will **not** count towards your `read` or `write` usage.
30
-
{% /callout %}
31
-
32
-
5. Fill in the following connection values with information from your existing hosted database:
25
+
3. We recommend using the same name as the database you're importing from to avoid updating any database name references throughout your application code. If you'd prefer to use a different database name, make sure to update your app where applicable once you fully switch over to PlanetScale.
26
+
4. Fill in the following connection values with information from your existing hosted database:
33
27
34
28
-**Host name** — The address where the database is hosted.
35
29
-**Port** — The port where your database is hosted. The default MySQL port is `3306`.
@@ -42,16 +36,16 @@ To import an existing database into PlanetScale:
42
36
database you're importing.
43
37
{% /callout %}
44
38
45
-
6. You'll have the option to **Authenticate with password** or **Authenticate with mTLS**. To authenticate with a password, type in the password for the username you entered. Make sure the user has `read` and `write` access to this database.
39
+
5. You'll have the option to **Authenticate with password** or **Authenticate with mTLS**. To authenticate with a password, type in the password for the username you entered. Make sure the user has `read` and `write` access to this database.
46
40
47
41
For the "Authenticate with mTLS option," you'll need to provide the following:
48
42
49
43
-**SSL client certificate** — Certificate to authenticate PlanetScale with your database server.
50
44
-**SSL client key** — This is the private key for the client certificate
51
45
52
-
7. From here, you can proceed to [testing the connection](#test-the-connection) or click "**Show advanced settings**" for more options.
46
+
6. From here, you can proceed to [testing the connection](#test-the-connection) or click "**Show advanced settings**" for more options.
53
47
54
-
8. (Optional) Under Advanced settings, you have the option to enter the following:
48
+
7. (Optional) Under Advanced settings, you have the option to enter the following:
55
49
56
50
-**SSL server name override**
57
51
-**SSL CA certificate chain** — If your database server provides a certificate with a non-trusted root CA, please provide the full CA certificate chain here.
@@ -66,16 +60,10 @@ To import an existing database into PlanetScale:
66
60
If your database uses foreign key constraints, we will detect them after successfully connecting to your external database and automatically enable foreign key constraint support for your database.
67
61
{% /callout %}
68
62
69
-
2. If the connection is successful and plan upgrades are complete (if the database is over 5 GB), click “**Begin database import**” to start migrating your data to PlanetScale.
63
+
2. If the connection is successful, click “**Begin database import**” to start migrating your data to PlanetScale.
70
64
71
65
Or, if the connection fails, you'll get an error message in the dashboard. Double-check your connection information or see our [Troubleshooting section](#troubleshooting-connectivity-issues) for more information.
72
66
73
-
### Importing large databases
74
-
75
-
If you're importing a large database (that uses over 5 GB of storage) and have not added billing information to your Organization, you will receive a prompt to upgrade your plan. You can use the **Add new card** button to add a credit card and upgrade your account.
76
-
77
-
Once you've successfully upgraded your plan, you should be able to continue importing your external database into PlanetScale.
78
-
79
67
## Foreign key constraints
80
68
81
69
If your database uses foreign key constraints, we will detect them after successfully connecting to your external database and automatically enable foreign key constraint support.
Copy file name to clipboardExpand all lines: docs/imports/digitalocean-database-migration-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ The “**Connect to database**” button will update with the connection status.
97
97
If your database uses foreign key constraints, we will detect them after successfully connecting to your external database and automatically enable foreign key constraint support for your database.
98
98
{% /callout %}
99
99
100
-
If the connection is successful and plan upgrades are complete (if the database is over 5 GB), click “**Begin database import**” to migrate your data to PlanetScale.
100
+
If the connection is successful, click “**Begin database import**” to migrate your data to PlanetScale.
101
101
102
102
You’ll then be moved to a page where you can monitor the import status of the database from DigitalOcean.
Copy file name to clipboardExpand all lines: docs/imports/gcp-cloudsql-migration-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ The “**Connect to database**” button will update with the connection status.
81
81
If your database uses foreign key constraints, we will detect them after successfully connecting to your external database and automatically enable foreign key constraint support for your database.
82
82
{% /callout %}
83
83
84
-
If the connection is successful and plan upgrades are complete (if the database is over 5 GB), click “**Begin database import**” to migrate your data to PlanetScale.
84
+
If the connection is successful, click “**Begin database import**” to migrate your data to PlanetScale.
85
85
86
86
The following view will show you the progress of your data being imported.
Copy file name to clipboardExpand all lines: docs/imports/mariadb-migration-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ The “**Connect to database**” button will update with the connection status.
107
107
If your database uses foreign key constraints, we will detect them after successfully connecting to your external database and automatically enable foreign key constraint support for your database.
108
108
{% /callout %}
109
109
110
-
If the connection is successful and plan upgrades are complete (if the database is over 5 GB), click “**Begin database import**” to migrate your data to PlanetScale.
110
+
If the connection is successful, click “**Begin database import**” to migrate your data to PlanetScale.
111
111
112
112
If the connection was successful, you’ll see the following message. Click “**Begin database import”** to start importing data.
0 commit comments