Mailing List Archive

Trac db move
I had to move my trac instance to a new server. Everything appears to work.
However, when I query the db the max ticket id is 3063 but from the web
client I cannot access any ticket over 3000. Any ticket I search for over
number 3000 says cannot be found. What did I miss?

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/c7a0d87a-ff82-4a51-bfc1-bb8eb38d9dbcn%40googlegroups.com.
Re: Trac db move [ In reply to ]
I have clear browser cache. I added a new ticket which was assigned id
3001. When I queries the sqlite db that should be ticket 3000, it was
different that the one that I had just created. It is like it is accessing
the trac.db in another folder but I cannot find any evidence of that.

On Saturday, June 25, 2022 at 4:40:40 PM UTC-5 ONeal Freeman wrote:

> I had to move my trac instance to a new server. Everything appears to
> work. However, when I query the db the max ticket id is 3063 but from the
> web client I cannot access any ticket over 3000. Any ticket I search for
> over number 3000 says cannot be found. What did I miss?

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/a0562293-20e0-42a7-969c-3f5ee668bf74n%40googlegroups.com.
Re: Trac db move [ In reply to ]
Sorry about multiple posts but this may be a clue as well. The About Trac
link throws 500 Internal Server Error.

On Saturday, June 25, 2022 at 6:22:54 PM UTC-5 ONeal Freeman wrote:

> I have clear browser cache. I added a new ticket which was assigned id
> 3001. When I queries the sqlite db that should be ticket 3000, it was
> different that the one that I had just created. It is like it is accessing
> the trac.db in another folder but I cannot find any evidence of that.
>
> On Saturday, June 25, 2022 at 4:40:40 PM UTC-5 ONeal Freeman wrote:
>
>> I had to move my trac instance to a new server. Everything appears to
>> work. However, when I query the db the max ticket id is 3063 but from the
>> web client I cannot access any ticket over 3000. Any ticket I search for
>> over number 3000 says cannot be found. What did I miss?
>
>

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/1ba62ae0-1396-4a88-a7cc-acf02439c548n%40googlegroups.com.
Re: Trac db move [ In reply to ]
On Sunday, June 26, 2022 at 7:50:06 AM UTC-7 ofree...@gmail.com wrote:

> Sorry about multiple posts but this may be a clue as well. The About Trac
> link throws 500 Internal Server Error.
>

Depending on your configuration, it could be that your database string is
incorrect:
https://trac.edgewall.org/wiki/TracIni#trac-database-option

Or your web frontend is directing to a different environment directory that
the one you expect.

I suggest checking the logs as well:
https://trac.edgewall.org/wiki/TracTroubleshooting#ChecktheLogs

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/f83f2d28-b05f-4342-b0ed-896f1fb694f7n%40googlegroups.com.
Re: Trac db move [ In reply to ]
Just as Ryan said, I was pointing at a different environment.

Thank you!

On Wednesday, June 29, 2022 at 3:23:01 PM UTC-5 RjOllos wrote:

> On Sunday, June 26, 2022 at 7:50:06 AM UTC-7 ofree...@gmail.com wrote:
>
>> Sorry about multiple posts but this may be a clue as well. The About Trac
>> link throws 500 Internal Server Error.
>>
>
> Depending on your configuration, it could be that your database string is
> incorrect:
> https://trac.edgewall.org/wiki/TracIni#trac-database-option
>
> Or your web frontend is directing to a different environment directory
> that the one you expect.
>
> I suggest checking the logs as well:
> https://trac.edgewall.org/wiki/TracTroubleshooting#ChecktheLogs
>

--
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 trac-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/ddfd0c5c-806b-4119-9a14-bcc7f48e30bbn%40googlegroups.com.