Skip to content

Benji with PostgreSQL - reached maximum value of sequence #165

@bbs2web

Description

@bbs2web

Can't delete old backups at the moment due to PostgreSQL yielding an error that 'deleted_blocks_id_seq' is at the maximum value of sequence.

I found a page on the net which gives various ways to work around it, would it be save to unset a maximum, or any recommendations on how we should proceed?

Error in Benji:
ERROR: DataError: (psycopg2.errors.SequenceGeneratorLimitExceeded) nextval: reached maximum value of sequence "deleted_blocks_id_seq" (2147483647)

Page on the internet:
https://database.guide/6-ways-to-fix-nextval-reached-maximum-value-of-sequence-in-postgresql/

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions