Back

Git integration with self-host doesnt work after upgrading v1.5.7

  • 1
  • Self Hosted
xue
26 May, 2024, 11:20

it was working fine with v.1.5.5 and v1.5.6 but when i upgrade v1.5.7 then i realized that it doesnt fetch new branch releases. it does not see any repositories.

https://appwrite.io/docs/advanced/self-hosting/functions

TL;DR
Developers experiencing issues integrating Git with self-host after upgrading to v1.5.7. Solution provided: Execute `docker compose up -d` in the command line. Additionally, comparing the .env files before and after the upgrade might reveal differences causing the problem.
Steven
26 May, 2024, 16:20

Can you compare your .env files before and after the upgrade to see if there are differences?

xue
26 May, 2024, 16:55
TypeScript
root@appwrite:~/appwrite/backups# diff .env.1716602693.backup ../.env
82c82
< _APP_EXECUTOR_HOST=http://appwrite-executor/v1
---
> _APP_EXECUTOR_HOST=http://exc1/v1
root@appwrite:~/appwrite/backups#
Tawfek
26 May, 2024, 17:00

This happens to me always with every upgrade.

You just need to execute in cmd: docker compose up -d

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