I have self hosted appwrite
- I have user1@gmail.com, having project A, B
- I have user2@gmail.com, having project C, D
is it possible to move project A, B to under user2, together with A,B, C, D
TL;DR
Developers want to transfer projects A and B from user1@gmail.com to user2@gmail.com, which already has projects C and D. They are using a self-hosted Appwrite solution and want to know if it's possible to move the projects together. One solution is to use migrations for this process.can you use migrations for this?
transfer project . anyway can I change project id
Recommended threads
- [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...
- Some pages on the console are not workin...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). I identified that some pages are not working on the console. This is at least the case ...