Changes between Version 11 and Version 12 of Documentation/MigratingToPostgresql

Show
Ignore:
Timestamp:
05/22/09 20:36:04 (16 months ago)
Author:
ja11sop
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/MigratingToPostgresql

    v11 v12  
    118118When the migration is done (it shouldn't take too long) you can now fire up [http://trac.edgewall.org/wiki/TracStandalone `tracd`] with your dummy environment to make sure all appears as it should. You can also browse the schema using the excellent [http://www.pgadmin.org/ pgAdmin III] application. 
    119119 
    120 === step 8: === 
     120=== step 8: Update the database connection string on your existing environment === 
    121121 
    122122Assuming you are happy the migration has gone according to plan you are now in a position to point your real trac environnment at the new database. Simply go to your `conf/trac.ini` file on the real trac environment (`trac1`) and update the database connection string to match the one in the dummy environment, for example,