I have one database. I want to transfer data from one database to new database. all tables have same fields into both databases. I can use export feature of openerp, but I need to maintain the relationship between odoo table and there is so many tables so I don't know which tables I can import first into a new database so it does not give any problem into other tables data import. is there any that I can do this into easy and simple way?
相关问题
- NOT DISTINCT query in mySQL
- Flush single app django 1.9
- Django distinct is not working
- PostgreSQL: left outer join syntax
- Connecting Python to a Heroku PostgreSQL DB?
相关文章
- postgresql 关于使用between and 中是字符串的问题
- postgresql 月份差计算问题
- 关于使用EF Core 提示错误:列名AccountID1无效的问题
- Using boolean expression in order by clause
- Table valued Parameter Equivalent in Postgresql
- in redshift postgresql can I skip columns with the
- Oracle equivalent of PostgreSQL INSERT…RETURNING *
- Connection pooling vs persist connection mysqli
There are two ways in which you can take backup.
• Backup-> We can take the full backup of the system and store zip file in our system for a future update. For that, we have to hit this URL- http://localhost:8069/web/database/manager
- Restore-> In a similar manner, we can restore the database by uploading the zipped file which we recently downloaded.