$ npx wrangler d1 backup create prod-dbwrangler 3.11.0. Is this error expected? Are backups not yet supported?
scripts folder for myself/team to use these kinds of things, personally. You could probably write something that wraps wrangler, but I don't think the effort would be worth it, personally--remote? Or put the backup script behind some kind of auth and have a local script hit that?rclone or similar, and then reconstruct the metadata needed locally. You could try asking in #r2 if anyone has any specific recommendations here.; at the end of the SQL statement was breaking it
$ npx wrangler d1 backup create prod-dbβ [ERROR] A request to the Cloudflare API (/accounts/some-id/d1/database/some-id/backup) failed.
The request is malformed: Experimental DBs do not support backups yet:
some-id (v3) [code: 7400]
If you think this is a bug, please open an issue at:
https://github.com/cloudflare/workers-sdk/issues/new/choosewrangler 3.11.0scriptsrclone;let sql_query = "SELECT *
FROM table_name
WHERE id = ?
AND timestamp > (
SELECT MAX(timestamp)
FROM table_name
);"