Roger Oberholtzer <[email protected]> writes:

> I have a Trac instance that uses an SQLite database. All is working
> fine. I may need to change the domain name of the site from
> http://www.old.se/systems to http://www.new.se/systems. 'systems' is
> the Trac instance, which will retain the same name.
>
> I know that I will need to change these items in the trac.ini:
>
> url = http://www.old.se
> base_url = http://www.old.se/systems
>
> Is there anything else I may need to change?
>
> I fear that users have been putting this name in Trac links instead of
> wiki: and such. Is there a smart way to find and replace these?

I would try:

shut down trac
sqlite3 db .dump
run emacs on the dump file and find/fix up the references
mv db file
sqlite3 db .load

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: PGP signature

Reply via email to