Skip to content

Commit

Permalink
Merge pull request #9539 from ToolJet/docs/update-docker-v3
Browse files Browse the repository at this point in the history
[docs]:Update docker setup doc
  • Loading branch information
adishM98 committed Apr 29, 2024
2 parents 4538d57 + b6bf315 commit a003bf1
Show file tree
Hide file tree
Showing 457 changed files with 1,076 additions and 1,074 deletions.
4 changes: 2 additions & 2 deletions docs/docs/setup/azure-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.

4 changes: 2 additions & 2 deletions docs/docs/setup/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/docs/setup/digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
39 changes: 20 additions & 19 deletions docs/docs/setup/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,24 @@ Confused about which setup to select? Feel free to ask the community via Slack:
`sudo docker-compose up -d`
:::

### Docker Backup (Only For In-Built PostgreSQL)

The below bash script will help with taking back-up and as well as restoring:

1. Download the script:
```bash
curl -LO https://tooljet-deployments.s3.us-west-1.amazonaws.com/docker/backup-restore.sh && chmod +x backup-restore.sh
```

2. Run the script with the following command:
```bash
./backup-restore.sh
```

<div style={{textAlign: 'center'}}>
<img className="screenshot-full" src="/img/setup/docker/backup-and-restore.gif" alt="Docker - Backup and Restore" />
</div>



</TabItem>
Expand Down Expand Up @@ -133,23 +151,6 @@ Confused about which setup to select? Feel free to ask the community via Slack:
</TabItem>
</Tabs>

## Docker Backup

The below bash script will help with taking back-up and as well as restoring:

1. Download the script:
```bash
curl -LO https://tooljet-deployments.s3.us-west-1.amazonaws.com/docker/backup-restore.sh && chmod +x backup-restore.sh
```

2. Run the script with the following command:
```bash
./backup-restore.sh
```

<div style={{textAlign: 'center'}}>
<img className="screenshot-full" src="/img/setup/docker/backup-and-restore-v2.gif" alt="Docker - Backup and Restore" />
</div>

## Upgrading to the Latest Version

Expand All @@ -161,9 +162,9 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/setup/ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/setup/ecs.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.

4 changes: 2 additions & 2 deletions docs/docs/setup/google-cloud-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/docs/setup/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/docs/setup/kubernetes-aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/docs/setup/kubernetes-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/docs/setup/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/docs/setup/openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/docs/setup/tooljet-subpath.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.

Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-1.x.x/setup/azure-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-1.x.x/setup/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-1.x.x/setup/digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-1.x.x/setup/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.

Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-1.x.x/setup/ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-1.x.x/setup/ecs.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-1.x.x/setup/google-cloud-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-1.x.x/setup/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-1.x.x/setup/heroku.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-1.x.x/setup/kubernetes-aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ If this is a new installation of the application, you may start directly with th

- 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.3-ee2.10.2 before upgrading.
- Ensure that your current version is v2.23.0-ee2.10.2 before upgrading.

- Users on versions earlier than v2.23.3-ee2.10.2 must first upgrade to this version before proceeding to the latest version.
- 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](https://tooljet.slack.com/join/shared_invite/zt-25438diev-mJ6LIZpJevG0LXCEcL0NhQ#)**.

0 comments on commit a003bf1

Please sign in to comment.