Opened 16 years ago
Closed 12 years ago
#4325 closed defect (wontfix)
Sequences from non-core Trac tables are not updated
Reported by: | Owned by: | John Hampton | |
---|---|---|---|
Priority: | normal | Component: | SqliteToPgScript |
Severity: | normal | Keywords: | sequences discussion plugin |
Cc: | kasper@… | Trac Release: | 0.11 |
Description
Hi guys,
Thank you for the very cool migration script. I have been using it for some time and to my horror I noticed the other day that my discussion forum (based on the DiscussionPlugin) was not working any more.
After some research and bugtracking (see #4324) we identified the bug: It was because the postgresql sequences need to have their starting-point properly set for a couple of new tables that the DiscussionPlugin created.
Is it possible that you incorporate a plugin-analyzer of sorts into the script? This way you could check to see if the plugins had created any sequences that was to be updated after the migration? If not, maybe you should put a little notice or similar on your website to warn people that they need to migrate the postgresql sequences manually after using the script?
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
This plugin is deprecated. See the TracMigratePlugin.
Well, patches are very welcome :)
I can't say that this is a high priority, but I agree it would be nice. I'll look into it.
Additionally, I did add a note to the wiki page regarding sequences.