Hello. I'm getting this error when running `npx drizzle-kit push` command. Anyone know what's going

Hello. I'm getting this error when running npx drizzle-kit push command. Anyone know what's going on?
[✓] Pulling schema from database...
Error: 7500: not authorized: SQLITE_AUTH
[✓] Pulling schema from database...
Error: 7500: not authorized: SQLITE_AUTH
17 Replies
Shinebayar G
Shinebayar GOP3mo ago
API token has edit permission on D1 resource. Edit: It seems something is broken on Drizzle Kit.
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
ItsWendell
ItsWendell3mo ago
Did anyone else had any unexplained reporting in billable usage for D1? On the 25th of October it's saying it suddenly had 1 million row reads, though it's not verifiable through the D1 analytics page, see thread for screenshots:
Luiz Benevenuto
Luiz Benevenuto3mo ago
Hello, how can i duplicate a D1 database ?
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
Luiz Benevenuto
Luiz Benevenuto3mo ago
Yeah but I'm having issues doing that
No description
Luiz Benevenuto
Luiz Benevenuto3mo ago
All the time
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
Mrinank
Mrinank3mo ago
I am considering creating a serverless database just for fun using AWS Lambda/@edge and S3/CDN to store SQLite files. Is this a good approach?
fry69
fry693mo ago
How should this work? Do you want to write the whole SQLite file each time you do a SQL write operation?
Mrinank
Mrinank3mo ago
yeah perform the required SQL operations in-memory, and then write the updated file back to S3 after each write operation, yeah i also know its not optimal for high-frequency write. I got some interest from this video where he shared about hosting db on github pages: https://www.youtube.com/watch?v=cYP0k_shdWc
Bufferhead
YouTube
Host your Database for Free on Github Pages
Databases are an essential part of many modern web applications but running them can be really expensive. That’s why in this video I’ll show you how you can run an SQLite Database completely for free, on top of Girhub Pages. GitHub Pages allows you to host files and websites. But using the JavaScript library SQL.js-HTTPVFS it is possible to use ...
Hello, I’m Allie!
I don't see why it can't work, but not sure why you are asking in #d1-database?
Mrinank
Mrinank3mo ago
I thought this channel might have the right people to ask. should I move this to the #off-topic ?
fry69
fry693mo ago
That would be advisable, this channel is for questions/support for the D1 product from Cloudflare, not generic SQLite development.
Luiz Benevenuto
Luiz Benevenuto3mo ago
I have a D1 database and I want to duplicate to do some tests, not a local SQLIte

Did you find this page helpful?