Replies: 2 comments 1 reply
|
No built in migration exists The route that works
fresh DB gets
TRUNCATE system_setting;instance settings and the recorded schema version live in that table and
pgloader handles the type deltas for you —
Run the same memos version on both sides or the two schemas will not match
SELECT setval(pg_get_serial_sequence('memo','id'), (SELECT MAX(id) FROM memo));Same steps written up earlier |
Uh oh!
There was an error while loading. Please reload this page.
The official documents not mention it.
All reactions