ProjectNami / projectnami

WordPress powered by Microsoft SQL Server
http://projectnami.org
Other
270 stars 137 forks source link

Exporting and Importing ProjectNami #295

Open hamoonea opened 6 years ago

hamoonea commented 6 years ago

Hi,

So I have developed my projectnami website in a Testing Environment now I want to find a way to export everything( Plugins, Themes, Settings, Posts, Pages, Users, Theme Information, everything) and import it to my production environment. Its like, copying everything and pasting it in another server.

I used few backup or exporting plugins that works fine in WordPress but it does not with ProjectNami.

Any recommendation, suggestion?

Thanks in advance!

arieltoledo commented 5 years ago

@hamoonea did you find a work around for this question ? Im on the same track here.

udit7590 commented 5 years ago

@hamoonea @arieltoledo Any progress yet?

arieltoledo commented 5 years ago

@udit7590 No traditional backup plugin is going to work with project Nami as all SQL instructions needed for export are made for compatible mysql databases. So .. traditional migrate is what i did, ftpish everything, db to script, import to prod, change wp_options table, and wp_config.php, and pray.