RDS MariaDB: ERROR 1114 (HY000) at line LLL: The table 'XXX' is full

0

I am trying to import a 3GB MariaDB dump into my RDS MariaDB db.t3.medium with 50GB storage,
And I am getting this error:
ERROR 1114 (HY000) at line 20546: The table 'mdl_question_attempt_step_data' is full
(It is a Moodle LMS DB)

I have imported several DBs before, with not issue. but they were smaller then 1GB.

I am about to import a 50GB DB, and the RDS is set to "auto grow" the storage.
Should I do any pre import preparations?

質問済み 3年前752ビュー
1回答
0

SOLVED
It probably too the auto storage scaling process to run for some moments (or an hour?)
And after I saw in the DB monitor that I have more free disk space, I ran the import command again, and... every thing finished successfully :-)

This time, I was monitoring the progress via CLI
pv ./moodledb.sql | mysql -h DDDDD.eu-west-1.rds.amazonaws.com -P 3306 -u XXX -p moodledb

回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ