If you have IP restrictions on your source database, you’ll need to allowlist the PlanetScale IP addresses so we can connect during the import process. The IPs you need depend on the region of your PlanetScale database.Documentation Index
Fetch the complete documentation index at: https://planetscale.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve IP addresses via API
You can get the list of IP addresses for your database’s region by visiting the following URL in your browser while logged into PlanetScale:<ORG> with your organization name and <DATABASE> with your database name.
The response includes a region object with a public_ip_addresses array containing all the IPs you need to allowlist:
public_ip_addresses array to your source database’s allowlist before starting the import.

