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
1) stop your Openblocks/OpenFlower:
docker compose down
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 or 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
docker compose up -d
Last updated