So, there is a case I faced right now.
I have successfully backup (no error thrown) and restoration (no error thrown)
I can access console normally. However, I see I missed the newly created attribute (enabled) which was created after the backup. then I manually add via console then I see as attached picture. I suspect not fully delete during the restoration.
make sure to wipe the volumes too before a restore.
Addition, there is no enabled field inside the mariadb.
wipe ? do you mean delete DB in console before restoration?
could you show me the command
inside the script, i already see the rm volumes
Recommended threads
- Streamlit UI and local DB
I want to use Appwrite for automation, like run watchdog service every morning 3 am. Anyone got suggestions, already explored github and documentation no luck. ...
- appwrite indexes not working (?
i have this index: ``` "indexes": [ { "key": "single-user-per-event", "type": "unique", ...
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...