# Can't import 130mb database

**URL:** https://community.kinsta.com/t/cant-import-130mb-database/483
**Category:** Application Support
**Created:** [March 9, 2021, 12:28pm UTC](https://community.kinsta.com/t/cant-import-130mb-database/483 "2021-03-09T12:28:01Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![nemanjac](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/nemanjac/32/400_2.png) [@nemanjac](https://community.kinsta.com/u/nemanjac)
#### Post date: [April 8, 2021, 3:39pm UTC](https://community.kinsta.com/t/cant-import-130mb-database/483/7 "2021-04-08T15:39:44Z")

</div>

DevKinsta has a default limitation on 128MB file upload.  
In order to get that increased you will need to access shell.

It can be done by running  
`docker exec -it devkinsta_fpm bash`

This will bring you to the terminal of the application server.  
Depending on version of PHP you are using, file is located in  
`/etc/php/7.4/fpm/conf.d/tuning.ini`  
This is for version 7.4. If you need to edit file for different version you can simply change 7.4 in path with PHP version used.

3 values should be changed:  
upload\_max\_size = 128M  
post\_max\_size = 128M  
upload\_max\_filesize = 128M

You can put 256M for all 3, restart DevKinsta, and you are done.

---

_[View the full topic](https://community.kinsta.com/t/cant-import-130mb-database/483)._
