Hey guys, how are you?
I waited for the self-hosted documentation to update so I could update my appwrite version to version 1.7.2.
I ran the upgrade command and then the migration command, but my self-hosted instance stopped working and I have projects in production that depend on my backend, what can I do?
Did you create a backup before upgrading?
Yes, I'm actually restoring it now, but I'd like to know if you know what's causing these problems and when I'll be able to upgrade.
Do you have any additional information, error logs, or something? Otherwise it's hard to tell what specifically went wrong in your instance, with the provided information.
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...