Hallo wenn ich folgende Befehle im Terminal eingebe wie oben beschrieben. Bekomme ich folgende Fehlermeldungen.
Es wir irgend etwas in der Datenbank durchgeführt nur wird sie dadurch nicht grösser. Wo liegt das Problem, oder was mache ich falsch? daham@daham-p7-1011de:~$ sqlite3 /var/tmp/db1.sdb SQLite version 3.22.0 2018-01-22 18:45:57 Enter ".help" for usage hints. sqlite> .output/var/tmp/db1.dump daham@daham-p7-1011de:~$ sqlite3 /media/daham/Neu1601/Eigene\ Dateien/Wetterstation/weewx/271220192133/weewx.sdb SQLite version 3.22.0 2018-01-22 18:45:57 Enter ".help" for usage hints. sqlite> .read /var/tmp/db1.dump Error: near line 3: table archive already exists Error: near line 40840: table archive_day_barometer already exists Error: near line 40984: table archive_day_pressure already exists Error: near line 41128: table archive_day_altimeter already exists Error: near line 41256: table archive_day_inTemp already exists Error: near line 41400: table archive_day_outTemp already exists Error: near line 41544: table archive_day_inHumidity already exists Error: near line 41688: table archive_day_outHumidity already exists Error: near line 41832: table archive_day_windSpeed already exists Error: near line 41976: table archive_day_windDir already exists Error: near line 42120: table archive_day_windGust already exists Error: near line 42264: table archive_day_windGustDir already exists Error: near line 42408: table archive_day_rainRate already exists Error: near line 42552: table archive_day_rain already exists Error: near line 42696: table archive_day_dewpoint already exists Error: near line 42840: table archive_day_windchill already exists Error: near line 42984: table archive_day_heatindex already exists Error: near line 43128: table archive_day_ET already exists Error: near line 43272: table archive_day_radiation already exists Error: near line 43416: table archive_day_UV already exists Error: near line 43560: table archive_day_extraTemp1 already exists Error: near line 43704: table archive_day_extraTemp2 already exists Error: near line 43848: table archive_day_extraTemp3 already exists Error: near line 43992: table archive_day_soilTemp1 already exists Error: near line 44136: table archive_day_soilTemp2 already exists Error: near line 44280: table archive_day_soilTemp3 already exists Error: near line 44424: table archive_day_soilTemp4 already exists Error: near line 44568: table archive_day_leafTemp1 already exists Error: near line 44712: table archive_day_leafTemp2 already exists Error: near line 44856: table archive_day_extraHumid1 already exists Error: near line 45000: table archive_day_extraHumid2 already exists Error: near line 45144: table archive_day_soilMoist1 already exists Error: near line 45288: table archive_day_soilMoist2 already exists Error: near line 45432: table archive_day_soilMoist3 already exists Error: near line 45576: table archive_day_soilMoist4 already exists Error: near line 45720: table archive_day_leafWet1 already exists Error: near line 45864: table archive_day_leafWet2 already exists Error: near line 46008: table archive_day_rxCheckPercent already exists Error: near line 46152: table archive_day_txBatteryStatus already exists Error: near line 46296: table archive_day_consBatteryVoltage already exists Error: near line 46440: table archive_day_hail already exists Error: near line 46584: table archive_day_hailRate already exists Error: near line 46728: table archive_day_heatingTemp already exists Error: near line 46872: table archive_day_heatingVoltage already exists Error: near line 47016: table archive_day_supplyVoltage already exists Error: near line 47160: table archive_day_referenceVoltage already exists Error: near line 47304: table archive_day_windBatteryStatus already exists Error: near line 47448: table archive_day_rainBatteryStatus already exists Error: near line 47592: table archive_day_outTempBatteryStatus already exists Error: near line 47736: table archive_day_inTempBatteryStatus already exists Error: near line 47880: table archive_day__metadata already exists Error: near line 47881: UNIQUE constraint failed: archive_day__metadata.name Error: near line 47882: UNIQUE constraint failed: archive_day__metadata.name Error: near line 47883: table archive_day_wind already exists sqlite> -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/11abd20a-6ab7-446c-8ebe-e74df2318182%40googlegroups.com.
