Skip to content

v0.4.9

Compare
Choose a tag to compare
@takatost takatost released this 19 Jan 14:35
· 2885 commits to main since this release
c7783db
  • Fix some bugs

Notice

As per the planned schedule, these deprecated envs are being removed:

  • CONSOLE_URL: Replace with CONSOLE_API_URL and CONSOLE_WEB_URL.
  • APP_URL: Replace with APP_API_URL and APP_WEB_URL.
  • API_URL : Replace with SERVICE_API_URL.

More details: https://docs.dify.ai/getting-started/install-self-hosted/environments#console_api_url

Update Guide

Deploying with Docker Compose:

  1. Get the latest code from the main branch:

    git checkout main
    git pull origin main
  2. Go to the next step and update to the latest image:

    cd docker
    docker-compose up -d

Deploying from Source Code:

  1. Stop API server, Worker and Web frontend Server.

  2. Get the latest code from the main branch:

    git checkout main
    git pull origin main
  3. Then, let's run the migration script:

    cd api
    flask db upgrade
  4. Finally, run API server, Worker and Web frontend Server again.

What's Changed

Full Changelog: 0.4.8...0.4.9