Dhanamerdeka ummm i had some question... when i about to do some daily backup for my database.... it says "Rate Limit Exceeded" on log (the backup with the cronjob to googledrive) any solution to fix this? first i run backup for sites at 00.00 GMT+7 then do the backup database at 00.15 but when i check... no backup created... and the log shown the eror that i mention....
aaPanel_Kern Dhanamerdeka Hi, try to replace a time backup, it's a plugin issue uploading to google drive. Remember to keep a local backup
Dhanamerdeka aaPanel_Kern can you give some suggestion? on google search rate limit exceeded mean that that day.... the quota for using the api... is max.... and we can only do that next day... so how to fix that? using paid google console? or it's from aapanel itself?
Dhanamerdeka aaPanel_Kern ummm sorry what you mean by "Waiting for plugin update" ? you want me to update the plugin? or you saying that i should wait to next plugin update? sorry my english is bad XD when i check aapanel there's no plugin update for googledrive (or does my aapanel bugged?)
aaP_gongora121 aaPanel_Kern Hello! I had the same problem. I had more 30 db in all database backup script. googleapiclient.errors.HttpError: <HttpError 403 when requesting https://www.googleapis.com/drive/v3/files?pageSize=XXXXX;alt=json returned "Quota exceeded for quota metric 'Queries' and limit 'Queries per minute' of service 'drive.googleapis.com' for consumer 'project_numberXXXX'."> I fix it adding after line 132 in file /www/server/panel/class_v2/panel_backup_v2.py time.sleep(60) # 60 seconds It add 60 seconds delay bettween database. Maybe You can add this field into cron script in a future update. Regards
aaP_gongora121 I saw too this error: It backup two times the same backup. With original backup file and modification. Cron job have don't keep local file Maybe 2 files make Quota exceededs