Changes between Version 5 and Version 6 of Ticket #84, comment 4
- Timestamp:
- May 28, 2018 1:45:04 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #84, comment 4
v5 v6 1 = SCRIPT DE RESTORATION MANUELLE=1 = MANUAL RESTORATION = 2 2 3 none of other scripts have worked I have to do it the hard way. 3 none of other scripts have worked I have to do it the hard way for the ccm21 scheme. Then I can apply the hard upgrade on other tables 4 the manual save is as following : 4 5 Save structure of table 5 6 Edit manually … … 12 13 source:eda/EDACCM/sql/script_restore_v15to24.sql 13 14 14 === Sauvegarde duschema ccm21 ===15 === savingd schema ccm21 === 15 16 {{{#!sh 16 17 pg_dump -U postgres -h 1.100.1.6 -W -s --schema ccm21 -f "ccm21.catchments_str.sql" eda2 17 18 }}} 18 19 19 virer la référence àpublic.geometry20 v érifier les fonctions de baseOK20 remove reference to public.geometry 21 verify base functions OK 21 22 22 23 === catchments === … … 39 40 }}} 40 41 41 == dbeel==42 === dbeel === 42 43 43 44 {{{#!sh … … 52 53 set PATH=%PATH%;"%PGINSTALL%\bin" 53 54 perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt 55 set BACKUPFILE=dbeel.backup 56 perl "%PGINSTALL%\utils\postgis_restore.pl" "%BACKUPFILE%" | psql %THEDB% 2> errors.txt 54 57 }}}