You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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/
The text was updated successfully, but these errors were encountered: