Skip to content
Back

Upgrading selfhost version?

  • 0
  • 3
  • Self Hosted
  • Databases
  • Web
Noa
28 Apr, 2026, 16:06

It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1.

Is that safe to do cause my clients already have data on that?

Also is all my project in 1.7.4 version will be affected when I make upgrading?

What is the right step to upgrade, I doing it now by changing the number on docker compose on it.

I am using coolify to self host my appwrite database

TL;DR
It is safe to upgrade your selfhost version, but remember to backup your data first. Do not upgrade directly to the latest version, follow the upgrade path provided. To backup data without an export option in Appwrite, you can create a function for exporting. Utilize the opencode CLI to backup functions, sites, and the database. For data backup, backup all Appwrite volumes from Docker and export the MariaDB database. Check out the documentation provided for further guidance: https://appwrite.io/docs/advanced/self-hosting/production/backups
Ibaraki Douji
28 Apr, 2026, 16:42

iirc it's better to upgrade to the latest patch, migrate, then update to the next minor version and first patch (so 1.8.0), migrate, then update the patch version again

so if there is 1.7.5 update first to that before, then 1.8.0, then 1.8.1

you can check this link for upgrade path : https://appwrite.io/docs/advanced/self-hosting/production/updates

28 Apr, 2026, 23:39

so its safe, to upgrade my existing selfhost version, even theres a data on it already?

29 Apr, 2026, 07:48

yes, tho i would always suggest backing up the data just in case something goes wrong

and remember to NOT upgrade directly to the latest but follow the upgrade path they show in the link above

29 Apr, 2026, 08:36

how can i backup data? there no export on selfhosted appwrite. version 1.7.4 and 1.8.1?

29 Apr, 2026, 08:50

You can create a function to let u export

29 Apr, 2026, 08:50

Do u use any ai CLI?

29 Apr, 2026, 08:51

I use opencode CLI.... tell it to backup functions, sites, database the entire project

29 Apr, 2026, 09:15

to backup data, you backup all the appwrite volumes from docker + export the mariadb database (mysqldump if i'm not wrong)

so in case the upgrade fail, you can just restore the docker volume and the mariadb database then retry

30 Apr, 2026, 00:21

I dont know to do that yet. hehe

30 Apr, 2026, 00:22

I will explore it. thanks

30 Apr, 2026, 07:44
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more