Reputation: 61
I am creating a new site in pimcore. Is there a way to export / import full data for a pimcore site so that I can export pimcore data in xml / csv format make necessary changes and then import it back?
Upvotes: 3
Views: 5424
Reputation: 1
Hi you need to change the configuration in php.ini file.
After you open this file edit the following:
upload_max_filesize=2M
to upload_max_filesize=10M
This will allow you to upload upto 10M
Upvotes: -1
Reputation: 1276
There is a CSV export/import option in Pimcore:
Please keep in mind these things:
CSV export/import might be good enough for your needs, but be careful and do backups before doing big changes.
Upvotes: 8
Reputation: 57
check if your csv file size is less than 2 mb bcaz if it's not you will get error while Importing and also let me know if you know the trick to import the csv file more than of 2 mb
Upvotes: 1