> For the complete documentation index, see [llms.txt](https://docs.openflower.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openflower.org/setup-and-run/self-hosting/migration-from-openblocks.md).

# Migration from Openblocks

With **OpenFlower v1.1.8** we created a drop-in replacement for **Openblocks** **v1.1.8**.\
To run it, no changes were required.

However, to **migrate** from Openblocks or OpenFlower 1.1.8 to **OpenFlower 2.0,0**, some changes are required and these are the steps to be followed:

### Migrating from Openblocks (or OpenFlower v1.1.8) to **OpenFlower v2.0.0**

{% hint style="info" %}
if not using OpenFlower v1.1.8 or the latest Openblocks released version (v1.1.8), please upgrade first to Openblocks v1.1.8
{% endhint %}

### 1) stop your Openblocks/OpenFlower:

{% tabs %}
{% tab title="All-in-one Docker image" %}
`docker compose down`
{% endtab %}

{% tab title="Multi-Image Deployment" %}
`docker compose -f docker-compose-multi.yaml down`
{% endtab %}
{% endtabs %}

### 2) create a backup copy of the **openblocks-stacks** folder

### 3) rename the **openblocks-stacks** folder to **lowcoder-stacks**

\
`mv openblocks-stacks lowcoder-stacks`

### 4) Download the latest docker-compose file.

download [docker-compose.yaml](https://raw.githubusercontent.com/lowcoder-org/lowcoder/main/deploy/docker/docker-compose.yaml) or [docker-compose-multi.yaml](https://raw.githubusercontent.com/lowcoder-org/lowcoder/main/deploy/docker/docker-compose-multi.yaml) file depending on which installation you prefer (all-in-one or multi-images)\\

### 5) Adapt standard values to your Installation

Edit the docker-compose file and make sure to update these settings - values have to match exactly what you had in your Openblocks version:

```
ENCRYPTION_PASSWORD: 
ENCRYPTION_SALT: 
MONGODB_URL:
```

### 6) start your OpenFlower

{% tabs %}
{% tab title="All-in-one Docker image" %}
`docker compose up -d`
{% endtab %}

{% tab title="Multi-Image Deployment" %}
`docker compose -f docker-compose-multi.yaml up -d`
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.openflower.org/setup-and-run/self-hosting/migration-from-openblocks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
