Import SQL limit
Permanently deleted user
Hi,
I try to import a platform gzip dump database on a new platform project with this command :
gunzip < dump/dump.gz | platform db:sql
and this is my error :
ERROR 1114 (HY000) at line 442: The table 'user' is full
But when I check the db space I have :
+----------------+-----------------+--------+
| Allocated disk | Estimated usage | % used |
+----------------+-----------------+--------+
| 4.0 GiB | 250.8 MiB | ~ 6% |
+----------------+-----------------+--------+
The plan of my new project is the same than the source dump project (5Go)
Is seems stop when the table reach 250mo (the same value of innodb_buffer_pool_size, but I haven’t the permission to change this value)
How can I import the dump without this error ?
Thanks
0
Comments
Hello ben-platform, how are you?
I wish you a happy new year.
Please, could you verify the size of the database size?
The file is on
.platform/services.yamlIt will look like this:
Be aware that when deploying your project, the sum of all
diskkeys defined in.platform.app.yamland.platform/services.yamlmust be equal or less than the plan storage size . For example, if your plan storage size is 5 GB, you can assign:The ref:
Hi Otavio,
I m fine thanks, happy new year too
I think the datasize is correct :
In my .platform.app.yml
and in my service.yml
The gzip dump size is about 300mo (on a mount ) and unzip size is about 3GO (but not present on a server)
Thanks
Yeap, it looks, right.
Could you fire a ticket in support?
Therefore, you can provide a project where the support team can go deep on it.
https://docs.platform.sh/overview/getting-help.html
Yes I 've already create a ticket yesterday but unfortunately I haven’t got answer
Please sign in to leave a comment.