After restoring the database in PostgreSQL from version 9.6 to 10.25
it shows an error about
UndefinedTable: relation "purchase_request_id_seq" does not exist LINE
1: ...uid", "create_date", "write_date") VALUES(nextval('purchase_...
how can I restore this database from a lower version to a higher version?
I am using PostgreSQL 10.25 and the restored database is from 9.6 in .zip file
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…