What is the Platform.sh command to import a SQL Script? Jalaine Knott Updated March 07, 2023 10:58 Share To import a SQL Script, you can use the following CLI command: platform sql -p <PROJECT_ID> -e <ENVIRONMENT_NAME> < script.sql There is also the option to access the Database service directly, which you can learn more about here.
Comments
Please sign in to leave a comment.