コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
4936 ビュー

Is there any way to copy only master data (partners, products, etc or data of a specific model) completely from one db to another. On development I will need some master data to create sales, invoices, etc. At some point I want to have a fresh db without sales and invoices, but with master data in.

Shure, I can keep a copy of db only with masters but during testing in running db I propably add data to masters that I want to copy to another db.

アバター
破棄
最善の回答

Hi

Refer this link may help you:

http://stackoverflow.com/questions/14826862/how-to-restore-a-single-table-from-a-sql-postgresql-backup

http://www.postgresql.org/docs/current/static/app-pgdump.html

http://stackoverflow.com/questions/14826862/how-to-restore-a-single-table-from-a-sql-postgresql-backup

http://stackoverflow.com/questions/14826862/how-to-restore-a-single-table-from-a-sql-postgresql-backup

アバター
破棄
最善の回答

Peterm,

If you want to use these master data, you should either keep them at module (by code) level so easily they are usable for other DBs.

In other case, you should export those data and keep them in import-compatible CSVs, so they are easily re-usable.

Thanks.

アバター
破棄
関連投稿 返信 ビュー 活動
9
3月 24
118885
1
6月 20
12112
2
3月 16
10419
2
3月 15
5064
2
3月 15
9988