we have been testing and want to start it clean for production
Redeploy with Appwrite CLI?
will it clean up the database , like stats,
simple word, drop the database
You could just delete the database, then redeploy from the CLI
A warning though - after deleting, you’ll have to leave it for a bit to let the deletes worker complete, otherwise when you redeploy the data will show back up.
what command to delete db?
You could just do it from the Console
okay right.
Recommended threads
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...