docs/versioned_docs/version-2.62.0/setup/google-cloud-run.md
:::info You should setup a PostgreSQL database manually to be used by ToolJet. :::
If you have any questions feel free to join our Slack Community or send us an email at [email protected].
Follow the steps below to deploy ToolJet on Cloud run with gcloud CLI.
npm, run, start:prod is entered in container argument field with CPU capacity set to 2GiB:npm, run, start:prod will successfully reboot the instance:Update TOOLJET_HOST environment variable if you want to use the default url assigned with Cloud run after the initial deploy.
:::tip
If you are using Public IP for Cloud SQL, then database host connection (value for PG_HOST) needs to be set using unix socket format, /cloudsql/<CLOUD_SQL_CONNECTION_NAME>.
:::
Click on deploy once the above parameters are set.
:::info Once the Service is created and live, to make the Cloud Service URL public. Please follow the steps here to make the service public. :::
If you intend to use this feature, you'd have to set up and deploy PostgREST server which helps querying ToolJet Database.
Cloud Run requires prebuilt image to be present within cloud registry. You can pull specific PostgREST image from docker hub and then tag with your project to push it to cloud registry.
gcloud auth configure-docker
docker pull postgrest/postgrest:v10.1.1.20221215
docker tag postgrest/postgrest:v10.1.1.20221215 gcr.io/tooljet-test-338806/postgrest/postgrest:v10.1.1.20221215
docker push gcr.io/tooljet-test-338806/postgrest/postgrest:v10.1.1.20221215
Please run the above command by launching googleCLI which will help to push the PostgREST image to Google container registry.
<div style={{textAlign: 'center'}}> </div>Select and add the pushed PostgREST image as shown in below.
<div style={{textAlign: 'center'}}> </div>Under environmental variable please add corresponding ToolJet database env variables. You can also refer env variable.
Please go to connection tab. Under Cloud SQL instance please select the PostgreSQL database which you have set-up for ToolJet application or the separate PostgreSQL database created respective to ToolJet Database from the drop-down option.
Click on deploy once the above parameters are set.
:::info Once the Service is created and live, to make the Cloud Service URL public. Please follow the steps here to make the service public. :::
New LTS versions are released every 3-5 months with an end-of-life of atleast 18 months. To check the latest LTS version, visit the ToolJet Docker Hub page. The LTS tags follow a naming convention with the prefix LTS- followed by the version number, for example tooljet/tooljet:EE-LTS-latest.
If this is a new installation of the application, you may start directly with the latest version. This guide is not required for new installations.
It is crucial to perform a comprehensive backup of your database before starting the upgrade process to prevent data loss.
Users on versions earlier than v2.23.0-ee2.10.2 must first upgrade to this version before proceeding to the LTS version.
For specific issues or questions, refer to our Slack.