docs/versioned_docs/version-1.x.x/setup/heroku.md
If you have any questions feel free to join our Slack Community or send us an email at [email protected].
Click the button below to start one click deployment.
<div style={{textAlign: 'center'}}> </div>On Heroku tab, you'll be asked to provide an App name and Choose a region. Enter the name for your deployment and select the region according to your choice.
Now let's enter the Config vars to configure additional environment variables that are required for the installation.
openssl rand -hex 32 to generate the key.openssl rand -hex 64 to generate the key.https://<app-name-in-first-step\>.herokuapp.com.Click on Deploy app button at the bottom to initiate the build.
After the successful build, you'll see two buttons at the bottom: Manage App and View. Click on the View to open the app or click on Manage App to configure any settings.
[email protected] and the password is password.:::tip The one click deployment will create a free dyno and a free postgresql database. :::
:::tip
ToolJet server and client can be deployed as standalone applications. If you do not want to deploy the client on Heroku, modify package.json accordingly. We have a guide on deploying ToolJet client using services such as Firebase.
:::
The latest version includes architectural changes and, hence, comes with new migrations.
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.
Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.
Users on versions earlier than v2.23.0-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
For specific issues or questions, refer to our Slack.