Replies: 2 comments 2 replies
-
@Piedone sorry for the direct mention, what do you think about this question? Maybe is better to proceed with a DB dump? Thank you |
Beta Was this translation helpful? Give feedback.
-
The simplest is to just backup the DB and restore it. I don't know how this works with Postgres, but I presume there are suitable tools for this. Such a DB snapshot will include all content and configuration (unless you used the File Content Definition Store). If you don't want to migrate the content items, then a better approach is to build a Deployment Plan that exports everything but content items, and then import it (or use it as a setup recipe) on the other server. |
Beta Was this translation helpful? Give feedback.
-
Hi,
We need to migrate several OC projects (2.0.2 and higher). Our solutions connect to PostgreSQL databases, and we've developed APIs, Content Types, etc.
Now, we need to migrate these solution to a new server with new PostgreSQL database. How can we migrate all the configurations stored in the databases to the new environment?
We would like to understand if it's possible to do this with and without the created Content Items (the data). Of course, we need to save all the Content Types, modules, and other configurations present in the database.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions