Questions tagged [database-migrations]
The database-migrations tag has no summary.
10 questions
1
vote
1
answer
76
views
ExpressionEngine Categories
I have been asked about migrating an EE site to Woocommerce and I have been working through the EE database to see what I would need to do to write a script to pull from an EE database and into a ...
0
votes
1
answer
204
views
Trying to export EE to WordPress and I can't get all of the content to show
I have a EE site that I'm trying to export to a WordPress site using this guide https://kingdesignllc.com/blog/migrating-from-expression-engine-to-wordpress/. It's working ok, except I can't get all ...
1
vote
1
answer
161
views
Migrating ExpressionEngine 2.11 to version 4
I have an installation with ExpressionEngine v. 2.11 and need to move it to a new server so that will involve upgrading the installation to version 4
Where can I find some steps for migrating and any ...
0
votes
1
answer
80
views
New EE3 installation and other SQL-base
Sorry for my bad English.
I have a website on EE1. I want EE3. There is a big problem with convert database (old PHP and MySQL on the server and can't converted via EE2, and if i update the PHP and ...
0
votes
1
answer
126
views
Migrating from one server to another - linebreaks in HTML
I'm migrating an EE (2.10.1) installation from one server to another. The CP seems ok, but all of the templates show linebreaks as \n, effectively breaking the site. The SQL import / export appeared ...
1
vote
2
answers
237
views
Expression Engine + FreeForms Pro --> MS Dynamics Integration
At the moment we have a website running on Expression Engine with FreeForms Pro. We hope to integrate the forms in a way that this data exists in our MS Dynamics CRM package.
What's the best way to ...
1
vote
0
answers
59
views
Liquibase A Good Replacement for Krasimir Method of Database Syncing?
Like everyone, a major headache for us has been keeping databases between development and production servers in sync. We had implemented Krasimir's method to great success.
http://krasimirtsonev.com/...
1
vote
1
answer
221
views
Problem importing database - import hangs on exp_stash table
Here's a weird one. I need to set up a dev server, so I'm importing a DB from and existing production EE install. The import proceeds fine until it gets to the exp_stash table. Then I get MySQL error ...
0
votes
1
answer
114
views
when moving from server, I get error when calling data: Error Number: 1054 Unknown column 'session_id' in 'field list' [duplicate]
I moved a site from one server to the other.
Before that, I imported a backup. Appearently there is something wrong now.
Most of the tnings seem normal, but I get this on the site, and when I try to ...
1
vote
2
answers
180
views
Migrations for ExpressionEngine
Is there an add-on that adds database migrations features ala Codeigniter or Laravel for ExpressionEngine?
It is really a pain when making a dev environment and having to recreate it on a production ...