Hi Guys,
I am trying to migrate a self-hosted Appwrite instance from the stage environment to production. When I use the migration tool, pretty much everything moves over except for some of my collection attributes and this is causing data loss and making the app malfunction.
How can I address this problem? I would really appreciate any assistance on this.
Is it possible to export the data via a SQL dump and if so, can someone share a guide.
Thanks in advance for the assist.
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...