I can't update attribute size restriction in the web inerface. Is there any other way. As long as I am in development faze, deleting and recreating is not a problem, but once in production, deleting attribute means deleting data. I hope there's a way to do this?
At the moment, no there is not. Doing this is tricky in production because it may result in locking the table and then your app would result in downtime. The typical recommended approach is to migrate to a new attribute in phases
Thanks Steven. I understand, but I prefer having a downtime than loosing data 🙂
By migrating in phases you mean creating a new attribute and migrating data to it? But that may require massive changes in the app code base. Or did you mean something else?
Recommended threads
- I’m facing an issue with deployments on ...
Hi Appwrite Support, I’m facing an issue with deployments on Appwrite Sites. A few days ago (around 3–4 days back), everything was working perfectly. My deplo...
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- Project auto-blocked after load testing ...
Hi team 👋 My project has been automatically blocked with the message: "Project is currently blocked — Access to this project is restricted. Contact support if...