Docker hosting migration (1.0.58+) #5169
Replies: 3 comments 7 replies
-
See the above steps for migrating to the latest docker-compose.yaml |
Beta Was this translation helpful? Give feedback.
-
Not sure what I am doing wrong. I'm hosing on docker and I have updated the docker-compose.yaml and I have updated the CLI and run through all of the instructions on both of these pages. I am still only able to view the last published app not any of my other apps. |
Beta Was this translation helpful? Give feedback.
-
The same problem occurs if you have multi tenant activated. |
Beta Was this translation helpful? Give feedback.
-
Hello all, this discussion outlines the steps required for migrating to the latest docker-compose.yaml from versions 1.0.58 onwards.
What changed
In this version envoy proxy has been replaced with nginx
For more details see the Issue / PR:
TLDR
hosting.properties
has been replaced with.env
docker-compose.yaml
has been updated to use thebudibase/proxy
which is nginx + custom configurationMigration steps
docker-compose.yaml
is locatedhosting.properties
to.env
The next step can be completed manually or using the budibase cli
Manually
Replace the contents of
docker-compose.yaml
with the latesthttps://raw.githubusercontent.com/Budibase/budibase/master/hosting/docker-compose.yaml
CLI
First, make sure your CLI is up to date. Download the latest here:
https://docs.budibase.com/docs/budibase-cli-setup
Or if you are using the CLI as a node package, re-run the install script:
Now you can run the update command.
When asked
? Do you wish to update you docker-compose.yaml? (Y/n)
, typeY
.When do I need to migrate
Versions
1.0.58
through to1.0.97
should function as normal while still using envoy proxy.In version
1.0.98
onwards the nginx migration is required.Beta Was this translation helpful? Give feedback.
All reactions