Skip to Content
Menu
This question has been flagged
2 Replies
5015 Views

We want to copy a complete website developped in Odoo V13 database to another instance.

We use Enterprise version on premise servers. the Website is completely developped using Odoo standard tools and record in database. We want to duplicate all website content (and only the website content) to another Odoo database.

Questions are : Which tables needed to copy to be exhaustive ? How to handle properly filestore links for images ? Is existing an utility modules to do that ?....

All idea will be appreciated.

Avatar
Discard
Best Answer

Hello, you need to export the views and the pages you created and then import them, it will not result in an exact copy of the website you initially built but it will make you save time.

First Export all the pages:

Then in the Source Website go to website > configuration > pages and check the box next to the pages you need to export, then in the Action menu hit Export and select CSV and Compatible Import then select the fields to export.

Second Import all the pages

to do it, make sure you have installed the base_import module in the Destination Website.

then go to the Destination website and go to  website > configuration > pages and import the freshly exported CSV file.




hope it works for you.




Avatar
Discard
Best Answer

Hi,

However, it is not possible to bring few required tables backup as tables are inter related to each other. You need to create a complete backup and restore it where you want.

While taking the database back up from the front end you have to take the backup with the file-stores and then check the permission of the file store folders.

Tks.

Avatar
Discard