On Thu, Jun 2, 2022 at 4:04 PM Mike Dewhirst <[email protected]> wrote: > > I'm trying to install Trac 1.5.3 on Ubuntu 20.04 LTS server using > PostgreSQL/psycopg2. > > My password contains '@' twice and the installer barfs at that. > > I've tried all the quote characters known to me (``, `', '', "", ||) > around the password and also tried backslashing the @ symbols and > doubling them - all to no avail. > > How can I use my existing database password?
See https://trac.edgewall.org/wiki/TracEnvironment#DatabaseConnectionStrings The page says: Note that if the username or password of the connection string (if applicable) contains the :, / or @ characters, they need to be URL encoded. -- Jun Omae <[email protected]> (大前 潤) -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CAEVLMaiQJvc-4HUUMcB-PtxdkEWuHvouZhN6AKrq2UHW2dSr6g%40mail.gmail.com.
