Changes between Initial Version and Version 2 of Ticket #5676


Ignore:
Timestamp:
Oct 31, 2012, 6:59:59 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5676

    • Property Owner changed from anonymous to John Hampton
    • Property Component changed from SELECT A HACK to SqliteToPgScript
  • Ticket #5676 – Description

    initial v2  
    1 ./sqlite2pg -e /var/trac/incidents/ -p 'postgres://tracuser:trac@localhost:5432/tracdb?schema=incidents'
     1{{{
     2#!sh
     3./sqlite2pg -e /var/trac/incidents/
     4-p'postgres://tracuser:trac@localhost:5432/tracdb?schema=incidents'
    25
    36Traceback (most recent call last):
     
    58    from trac.env import Environment, EnvironmentSetup, IEnvironmentSetupParticipant
    69ImportError: No module named trac.env
     10}}}