Sign in

Update the App

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

When new images are released you can update the app by pulling the latest images as shown below by running the commands in dkapp folder.

# Bring down the app make down
copied
  1. 1

    Update images

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    make pull
    copied
    1
  2. 2

    Restart the DB

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    Start the DB with this command and ensure that DB is up and running

    make updb dblogs
    copied
    2
  3. 3

    Start the app

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    Once the database is up, start the app

    make up logs
    copied
    3