Opened 6 years ago

Closed 6 years ago

#14005 closed task (fixed)

Migrate Trac to maui.haiku-os.org

Reported by: nielx Owned by: nielx
Priority: normal Milestone: Unscheduled
Component: Sys-Admin Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Migrate Trac to maui.haiku-os.org.

This ticket tracks the steps required.

Change History (5)

comment:1 by nielx, 6 years ago

Documented steps for the test migration:

  1. Stop serving Trac
  2. From maui, ssh into vmdev with remote psql port access ssh -R 5432:localhost:5444 nielx@vmdev.haiku-os.org
  3. From vmdev, dump the database into the new remote database pg_dump trac | psql -h localhost -p 5444 -U trac trac
  4. Tar up the /srv/trac/dev.haiku-os.org folder, and copy it to maui
  5. Push the file into the Trac container and unzip on /srv again.

comment:2 by nielx, 6 years ago

Change trac.ini:

  • Update the hostname in the database line
  • Change all paths that refer to /srv to /var

comment:3 by nielx, 6 years ago

Test mail

comment:4 by nielx, 6 years ago

Another test mail

comment:5 by nielx, 6 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.