Export and Import the site data in Jupiter X (Deprecated)

Updated on July 5, 2021

How can I take a backup in Jupiter X?

To be able to export your site data in Jupiter X, you have to use some 3rd-party plugin, for example, Customizer Export/Import, which allows you to export the settings from Appearance > Customizer directly, or this plugin to export WordPress data to XML/CSV file, and this one to import the file.
All-in-One WP Migration plugin will create a backup of the whole site and you’ll be able to restore it.
It is always recommended to have a backup of your website data as things may go wrong in the future.

Also in Jupiter X you are able to export and import your selected website data via Jupiter X Control Panel which includes your Site ContentWidgets and the Settings.
This option is also handy when you want to move your website to another server or domain. 

By default this setting is disabled and to activate it, you have to edit wp-config.phpfile via FTP and add this line of code:

define( 'JUPITERX_CONTROL_PANEL_EXPORT_IMPORT', true );

Or it can be added in the child theme in functions.php file.


Once you added the code and saved the file, you’ll see Export/Import setting in Jupiter X > Control Panel.

To Export your data in Jupiter X:

1. From WordPress left menu go to Jupiter X > Control Panel > Export/Import

2. Name your file and select which data you wish to export and click on the Exportbutton.

3. After the export is done, you can Download it as a zip file.


Note:
 The downloaded .zip file can now be used to import data on your websites.


To Import your data in Jupiter X (DEPRECATED):

1. From WordPress left menu go to Jupiter X > Control Panel > Export/Import

2. Click on the Upload button and select an exported .zip file.

3. Click on the Import button and wait for the process to be completed.


Note: This only accepts an exported .zip file from the section above. Site Content and Widgets are merged in current data. Theme Options and Customizers data are replaced.


Note:
 The importing process will erase your current data.

Did this answer your question?