Folks, I am trying to export => import a trac postgres database ...
tried .... export ==== pg_dump --data-only --format=c trac > tracdata import ==== pg_restore --data-only --format=c /home/lprgo1/tracdata If you do a table by table ... select * from tablename; the data looks good ... but it does not apear to map in the trac instance ... ???? Any clues anyone on what the problem may be or suggestions for a better way to dump the data from the one postgres and restoring (importing) the data to the other trac postgres database ? Appreciate any help. Thanks !! Best Regards, Joe ________________________________________________________________________________________ Joseph H. Dayney | Contract Software Engineer | RR Donnelley 630W 1000N | Logan, UT 84321 | (: 435-755-4278 | È: 801-608-1052 | Ê: 435-755-4210 | *: [EMAIL PROTECTED] This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
