Installed multiple databases in one Trac project on an ESX Server,
attempted to install VMWare tools and caused an 'Internal Server
Error'
The Trac server has been reverted to a pre-February 10 date (2/10),
what I shall term Point A. The point from which it reverted from is
Point B.  The current Trac server status is Point A plus delta.
I am hoping to:
1. backup the Trac server databases at Point B, then
2. restore the Trac server databases to the Point A plus delta point
without overwriting the current ticket ID numbers.  May need to
reindex the tickets on the databases at /var/lib/Trac.

Realize I can do the following:
1. backup the Trac server databases at Point B--saw posting at
http://sleepyhead.de/howto/?href=databases:
Backup and restore a single database:
# mysqldump -u root -psecret --add-drop-database dbname >
dbname_sql.dump
# mysql -u root -psecret -D dbname < dbname_sql.dump

Backup and restore all databases:
# mysqldump -u root -psecret --add-drop-database --all-databases >
full.dump
# mysql -u root -psecret < full.dump

2. restore the Trac server databases to the Point A plus delta point
without overwriting the current ticket ID numbers.  May need to
reindex the tickets on the databases at /var/lib/Trac.

Whether I opt to do a backup & restore using the single or multiple
databases how can I prevent different problems reported using the same
ticket ID numbers?

Please help.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to