Updating
TavernAI can update itself from the interface. Use the manual methods only when the interface updater is not available or when you need to move the installation by hand.
Update from the interface
Section titled “Update from the interface”- Open TavernAI.
- Go to
Settings->Updates. - Install the update.
The updater downloads the matching build, verifies it, stages it in update_cache, and replaces the app files after TavernAI exits. After a successful update, update_cache is removed. Local data stays in place: user_data, logs, models, and config.yaml.
Let TavernAI finish any startup migration before closing it again.
Manual update
Section titled “Manual update”Use this when the interface updater cannot be used, or when you want to replace the build yourself.
- Close TavernAI completely.
- Back up the old
user_datafolder. - Download the new build from Download.
- Extract the new build into a new folder.
- Copy
user_datafrom the old folder into the new folder. - Start the new build.
VPS update
Section titled “VPS update”If TavernAI was installed with the VPS script and you need a terminal update, update from the app folder:
cd ~/TavernAI./updater/update.shIf you installed TavernAI somewhere else, run updater/update.sh from that folder.
What to back up
Section titled “What to back up”Back up the whole user_data folder.
It contains the database, chats, imported files, images, and other local TavernAI state.
Moving TavernAI
Section titled “Moving TavernAI”TavernAI is portable. To move it to another folder or drive:
- Close TavernAI.
- Copy the whole app folder, including
user_data. - Launch TavernAI from the new location.
- Confirm your chats and files are still there.
- Do not delete
user_dataduring an update. - Do not use the same live
user_datafolder from two different TavernAI versions. - Do not open migrated data with an older build as a rollback plan.