[[PageOutline(2-5,Contents,pullout)]] = Migrate to new environment and another database = == Description == The plugin provides `migrate` command which migrates to new environment and another database for `trac-admin`. == Bugs/Feature Requests == Existing bugs and feature requests for TracMigratePlugin are [report:9?COMPONENT=TracMigratePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracMigratePlugin&owner=jun66j5 new ticket]. == Download == Download the zipped source from [download:tracmigrateplugin here]. == Source == You can check out TracMigratePlugin from [http://trac-hacks.org/svn/tracmigrateplugin here] using Subversion, or [source:tracmigrateplugin browse the source] with Trac. == Example == == Install == Install the plugin: For Trac 0.12.x and 1.0dev:: `easy_install http://trac-hacks.org/svn/tracmigrateplugin/0.12` Enable the plugin in trac.ini: {{{ [components] tracmigrate.* = enabled }}} == Examples == {{{ $ trac-admin /var/trac/blah-sqlite migrate /var/trac/blah-psql postgres://tracuser:password@localhost/trac?schema=blah Copying tables: attachment table... done. auth_cookie table... done. cache table... done. component table... done. enum table... done. milestone table... done. node_change table... done. permission table... done. report table... done. repository table... done. revision table... done. session table... done. session_attribute table... done. ticket table... done. ticket_change table... done. ticket_custom table... done. version table... done. wiki table... done. Copying directories: attachments/ directory... done. htdocs/ directory... done. templates/ directory... done. plugins/ directory... done. }}} == Recent Changes == [[ChangeLog(tracmigrateplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:jun66j5] [[BR]] '''Maintainer:''' [wiki:jun66j5] [[BR]] '''Contributors:'''