| 60 | |
| 61 | == 3. usunięcie OIDs przed odtworzeniem bazy == |
| 62 | |
| 63 | Podczas odtwarzania starej bazy czyli na przykład gdy mamy od czasu systemu od wersji 4.10 możemy napotkać problem z OIDs, co podczas odtwarzania bazy lub wykonania pg_upgradecluster otrzymamy komunikat: |
| 64 | |
| 65 | Podczas odtawrznia bazy restore |
| 66 | {{{ |
| 67 | ERROR: tables declared WITH OIDS are not supported |
| 68 | }}} |
| 69 | |
| 70 | Podczas pg_upgradecluster |
| 71 | {{{ |
| 72 | pg_dump: warning: WITH OIDS is not supported anymore (table ""documents_2_2020"") |
| 73 | pg_dump: warning: WITH OIDS is not supported anymore (table ""log"") |
| 74 | pg_dump: warning: WITH OIDS is not supported anymore (table ""ws_incoming_messages"") |
| 75 | pg_dump: warning: WITH OIDS is not supported anymore (table ""ws_box_incoming_messages"") |
| 76 | pg_dump: warning: WITH OIDS is not supported anymore (table ""ws_box_incoming_messages_2_2020"")[[Image()]] |
| 77 | }}} |
| 78 | |