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.
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.Can you compare your .env files before and after the upgrade to see if there are differences?
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#
This happens to me always with every upgrade.
You just need to execute in cmd: docker compose up -d
Recommended threads
- SSL certificate generation failed even t...
Hello, I have an Appwrite Site for which I added a custom domain. However, even though the domain is verified, the SSL certificate generation is failing. It is ...
- [Self-hosted] Realtime crashes with "Mis...
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...