Skip to content

Upgrade from v2.10.10 to v2.11.1 #6233

Answered by candlerb
Soeren-FT asked this question in Q&A
Discussion options

You must be logged in to vote

You could also try this query:

netbox=# select relnamespace::regnamespace as "schema", relname, relkind, relowner::regrole
         from pg_class where relname like 'extras_%';

If this does highlight the problem, then repeat without the extras_% constraint to see if there are any other tables/sequences with this issue. The solution may be some form of alter sequence as suggested here.

Please do report back what you see and what works, since you're not the only one to have hit this.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@candlerb
Comment options

@Soeren-FT
Comment options

@candlerb
Comment options

@candlerb
Comment options

@Soeren-FT
Comment options

Answer selected by ryanmerolle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants