{"id":285964,"date":"2021-03-31T04:52:12","date_gmt":"2021-03-31T04:52:12","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=285964"},"modified":"2021-04-05T12:09:18","modified_gmt":"2021-04-05T12:09:18","slug":"migrate-akeneo-4-x-to-5-x","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/","title":{"rendered":"Migrate Akeneo 4.x to 5.x"},"content":{"rendered":"\n<p>This blog is all about migration process from Akeneo 4.x to 5.x. <\/p>\n\n\n\n<p>Nowadays, almost every customer wants to see the relevant product information for making the decision of purchasing the goods. They wouldn&#8217;t consider a purchase in most cases if the retailer is not providing the correct information.<\/p>\n\n\n\n<p>Now, in modern commerce, you can invest in new technologies like PIM to provide compelling <a href=\"https:\/\/webkul.com\/product-information-manager\/\" target=\"_blank\" rel=\"noreferrer noopener\">product information<\/a> to the end-user.<\/p>\n\n\n\n<p>Akeneo is one of best <a href=\"https:\/\/webkul.com\/akeneo\/\" target=\"_blank\" rel=\"noreferrer noopener\">PIM solution provider<\/a> in the World also, it is famous due to powerful, flexible, and adaptable Product Information Management solution.<\/p>\n\n\n\n<p>Recently, Akeneo released the Akeneo version 5.x with almost 70 new features in Community as well as Enterprise Edition.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/03\/Akeneo-version-1.png\" alt=\"Akeneo-version-1\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Akeneo is the most used open-source PIM solution in the World. There are 75k companies over the Globe managing the Product Information using&nbsp;Akeneo. They have also the enterprise edition of the Akeneo solution. It is famous among all the PIM because of its organizability functionalities.<\/p>\n\n\n\n<p><strong><a href=\"https:\/\/webkul.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Webkul<\/a><\/strong>&nbsp;is one of the best Akeneo solution providers in the World. It has the largest number of&nbsp;<strong><a href=\"https:\/\/store.webkul.com\/Akeneo.html?limit=48\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo connectors<\/a><\/strong>&nbsp;available for various eCommerce frameworks. Webkul developed more than 50+ extensions for Akeneo and, it is expanding day by day.<\/p>\n\n\n\n<p>Also, Akeneo 5.x is released with some outstanding features. You can check here features:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Automation<\/strong><\/li><li><strong>Data governance<\/strong><\/li><li><strong>Improved Quality<\/strong><\/li><li><strong>Connectivity<\/strong><\/li><\/ul>\n\n\n\n<p>Here you will find the furthermore steps that will help you to migrate the Akeneo 4.x to 5.x.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>Note:<\/strong> Please make sure that you have taken the database backup before the migration. Further, you have to check that the daemon is not running in the background. <\/p><\/blockquote>\n\n\n\n<p><strong>Step 1: <\/strong>Firstly, you have to stop running Daemon.<\/p>\n\n\n\n<p><strong>Step 2: <\/strong>Take the MySQL Dump of your Production Database using the terminal or our <a href=\"https:\/\/store.webkul.com\/akeneo-backup-management.html\" target=\"_blank\" rel=\"noreferrer noopener\">Backup Connector<\/a>. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Upgradation Requirement<\/h2>\n\n\n\n<p><strong>Step 3:<\/strong> You need to upgrade the server component for the new version 5.x.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>PHP 7.4<\/li><li>MySQL 8.0<\/li><li>Elasticsearch 7.10<\/li><\/ul>\n\n\n\n<p>You can check here furthermore information of server requirement <a href=\"https:\/\/docs.akeneo.com\/5.0\/install_pim\/manual\/system_requirements\/system_requirements.html\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>: <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/docs.akeneo.com\/5.0\/install_pim\/manual\/system_requirements\/system_install_ubuntu_1804.html\" target=\"_blank\" rel=\"noreferrer noopener\">Ubuntu 18.04<\/a><\/li><li><a href=\"https:\/\/docs.akeneo.com\/5.0\/install_pim\/manual\/system_requirements\/manual_system_installation_debian10.html\" target=\"_blank\" rel=\"noreferrer noopener\">Debian 10<\/a><\/li><\/ul>\n\n\n\n<p>You can check here moreover details of the the &#8220;<a href=\"https:\/\/docs.akeneo.com\/latest\/cloud_edition\/flexibility_mode\/docs\/crontasks.html\" target=\"_blank\" rel=\"noreferrer noopener\">Periodic tasks &amp; Crontab configuration<\/a>&#8220;. <\/p>\n\n\n\n<p><strong>Step 4:<\/strong> In addition, you have to upgrade the &#8220;<strong>Virtual Host Configuration<\/strong>&#8220;.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&lt;VirtualHost *:80&gt;\n    ServerName akeneo-pim.local\n\n    DocumentRoot \/path\/to\/installation\/pim-community-standard\/public\n    &lt;Directory \/path\/to\/installation\/pim-community-standard\/public&gt;\n        AllowOverride None\n        Require all granted\n\n        Options -MultiViews\n        RewriteEngine On\n        RewriteCond %{REQUEST_FILENAME} !-f\n        RewriteRule ^(.*)$ index.php &#091;QSA,L]\n    &lt;\/Directory&gt;\n\n    &lt;Directory \/path\/to\/installation\/pim-community-standard\/public\/bundles&gt;\n        RewriteEngine Off\n    &lt;\/Directory&gt;\n\n    &lt;FilesMatch \\.php$&gt;\n        SetHandler &quot;proxy:unix:\/run\/php\/php7.4-fpm.sock|fcgi:\/\/localhost\/&quot;\n    &lt;\/FilesMatch&gt;\n\n    SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0\n\n    ErrorLog ${APACHE_LOG_DIR}\/akeneo-pim_error.log\n    LogLevel warn\n    CustomLog ${APACHE_LOG_DIR}\/akeneo-pim_access.log combined\n&lt;\/VirtualHost&gt;<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prepare the Setup<\/h2>\n\n\n\n<p><strong>Step 5: <\/strong>The root of the current installation directory will be $INSTALLATION_DIR. Further, you need to run these commands. <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">$ export APP_ENV=prod\n$ export INSTALLATION_DIR=\/srv\/pim\n$ cd $INSTALLATION_DIR\n$ cp -R .\/vendor\/akeneo\/pim-community-dev\/upgrades\/* .\/upgrades\/\n$ php bin\/console doctrine:migrations:version --add --all -q\n$ rm -rf var\/cache\/<\/pre>\n\n\n\n<p>Akeneo PIM COMPOSER.JSON can be downloaded from the&nbsp;Github repository.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">$  curl https:\/\/raw.githubusercontent.com\/akeneo\/pim-community-standard\/5.0\/composer.json &gt; $INSTALLATION_DIR\/composer.json<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Migration Process<\/h2>\n\n\n\n<p><strong>Step 6: <\/strong>Moreover, for the preparation of the migration process run these commands: <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">$ export APP_ENV=prod\n$ vendor\/akeneo\/pim-community-dev\/std-build\/migration\/prepare_40_to_50.sh<\/pre>\n\n\n\n<p><strong>Step 7:<\/strong> Please ensure that the migration requirement is ready.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">$ rm -Rf var\/cache\n$ bin\/console pim:installer:check-requirements<\/pre>\n\n\n\n<p>After running this command if you will face any issues then you need to check the server required to process the next step. <\/p>\n\n\n\n<p><strong>Step 8: <\/strong>After that you need to prepare the Front-end dependencies. <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">$ make upgrade-front<\/pre>\n\n\n\n<p><strong>Step 9:<\/strong> Then run the final command to migrate your data. <\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">$ bin\/console doctrine:migrations:migrate<\/pre>\n\n\n\n<p>Above all steps will help you to migrate the data from Akeneo 4.x to 5.x. <\/p>\n\n\n\n<p>Further, to know more about the Akeneo 5.x changes, then you need to check this blog. <strong><a href=\"https:\/\/webkul.com\/blog\/akeneo5-migration\/\" target=\"_blank\" rel=\"noreferrer noopener\">Everything you need to know about Akeneo 5.x<\/a><\/strong><\/p>\n\n\n\n<p>To know moreover details of the migration process, please check<a href=\"https:\/\/docs.akeneo.com\/5.0\/migrate_pim\/upgrade_major_version.html\" target=\"_blank\" rel=\"noreferrer noopener\"> here<\/a>: <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Support<\/h2>\n\n\n\n<p>That is all about the&nbsp;<strong>Akeneo 4.x to 5.x Migration Process<\/strong>. Moreover, if you have any doubts or queries regarding the extension get back to us at&nbsp;<a rel=\"noreferrer noopener\" href=\"mailto:support@webkul.com\" target=\"_blank\">support@webkul.com<\/a>&nbsp;or create a ticket at our&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\" target=\"_blank\">HelpDesk<\/a>&nbsp;system.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This blog is all about migration process from Akeneo 4.x to 5.x. Nowadays, almost every customer wants to see the relevant product information for making the decision of purchasing the goods. They wouldn&#8217;t consider a purchase in most cases if the retailer is not providing the correct information. Now, in modern commerce, you can invest <a href=\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":219,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5709],"tags":[3649,6000,7150,7702,8329,823],"class_list":["post-285964","post","type-post","status-publish","format-standard","hentry","category-akeneo","tag-akeneo","tag-akeneo-connector","tag-akeneo-data-migration","tag-akeneo-pim","tag-akeneo-product-information-management","tag-migration"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Akeneo PIM 5.x || Migrate data from Akeneo 4.x to 5.x<\/title>\n<meta name=\"description\" content=\"In this blog, you will learn what are the steps involved to migrate the data from Akeneo version 4.x to 5.x.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Akeneo PIM 5.x || Migrate data from Akeneo 4.x to 5.x\" \/>\n<meta property=\"og:description\" content=\"In this blog, you will learn what are the steps involved to migrate the data from Akeneo version 4.x to 5.x.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-31T04:52:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-05T12:09:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/03\/Akeneo-version-1.png\" \/>\n<meta name=\"author\" content=\"Adarsh Shukla\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adarsh Shukla\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/\"},\"author\":{\"name\":\"Adarsh Shukla\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/24b3f1db9e67779ee3db881cae1ecbb5\"},\"headline\":\"Migrate Akeneo 4.x to 5.x\",\"datePublished\":\"2021-03-31T04:52:12+00:00\",\"dateModified\":\"2021-04-05T12:09:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/\"},\"wordCount\":544,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/03\/Akeneo-version-1.png\",\"keywords\":[\"Akeneo\",\"Akeneo Connector\",\"Akeneo Data Migration\",\"Akeneo PIM\",\"Akeneo Product Information Management\",\"migration\"],\"articleSection\":[\"Akeneo\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/\",\"url\":\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/\",\"name\":\"Akeneo PIM 5.x || Migrate data from Akeneo 4.x to 5.x\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/03\/Akeneo-version-1.png\",\"datePublished\":\"2021-03-31T04:52:12+00:00\",\"dateModified\":\"2021-04-05T12:09:18+00:00\",\"description\":\"In this blog, you will learn what are the steps involved to migrate the data from Akeneo version 4.x to 5.x.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/03\/Akeneo-version-1.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/03\/Akeneo-version-1.png\",\"width\":800,\"height\":300,\"caption\":\"Akeneo-version-1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Migrate Akeneo 4.x to 5.x\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/24b3f1db9e67779ee3db881cae1ecbb5\",\"name\":\"Adarsh Shukla\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fb1b01aa3e81f8e9c96f2a73887e0dc95e47f085c0b41c5dfeeae1b6849850ee?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fb1b01aa3e81f8e9c96f2a73887e0dc95e47f085c0b41c5dfeeae1b6849850ee?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Adarsh Shukla\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/adarshshukla-bd370\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Akeneo PIM 5.x || Migrate data from Akeneo 4.x to 5.x","description":"In this blog, you will learn what are the steps involved to migrate the data from Akeneo version 4.x to 5.x.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/","og_locale":"en_US","og_type":"article","og_title":"Akeneo PIM 5.x || Migrate data from Akeneo 4.x to 5.x","og_description":"In this blog, you will learn what are the steps involved to migrate the data from Akeneo version 4.x to 5.x.","og_url":"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2021-03-31T04:52:12+00:00","article_modified_time":"2021-04-05T12:09:18+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/03\/Akeneo-version-1.png","type":"","width":"","height":""}],"author":"Adarsh Shukla","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Adarsh Shukla","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/"},"author":{"name":"Adarsh Shukla","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/24b3f1db9e67779ee3db881cae1ecbb5"},"headline":"Migrate Akeneo 4.x to 5.x","datePublished":"2021-03-31T04:52:12+00:00","dateModified":"2021-04-05T12:09:18+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/"},"wordCount":544,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/03\/Akeneo-version-1.png","keywords":["Akeneo","Akeneo Connector","Akeneo Data Migration","Akeneo PIM","Akeneo Product Information Management","migration"],"articleSection":["Akeneo"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/","url":"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/","name":"Akeneo PIM 5.x || Migrate data from Akeneo 4.x to 5.x","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2021\/03\/Akeneo-version-1.png","datePublished":"2021-03-31T04:52:12+00:00","dateModified":"2021-04-05T12:09:18+00:00","description":"In this blog, you will learn what are the steps involved to migrate the data from Akeneo version 4.x to 5.x.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/03\/Akeneo-version-1.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/03\/Akeneo-version-1.png","width":800,"height":300,"caption":"Akeneo-version-1"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/migrate-akeneo-4-x-to-5-x\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Migrate Akeneo 4.x to 5.x"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/24b3f1db9e67779ee3db881cae1ecbb5","name":"Adarsh Shukla","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/fb1b01aa3e81f8e9c96f2a73887e0dc95e47f085c0b41c5dfeeae1b6849850ee?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fb1b01aa3e81f8e9c96f2a73887e0dc95e47f085c0b41c5dfeeae1b6849850ee?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Adarsh Shukla"},"url":"https:\/\/webkul.com\/blog\/author\/adarshshukla-bd370\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/285964","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/219"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=285964"}],"version-history":[{"count":26,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/285964\/revisions"}],"predecessor-version":[{"id":286256,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/285964\/revisions\/286256"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=285964"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=285964"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=285964"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}