Wiederherstellung aus dump-file nicht vollständig

Hallo zusammen,

ich bin völliger PostgreSQL- und allgemein Datenbanken-Neuling. Da ich demnächst aber Daten auswerte, die die in einer PostgreSQL Datenbank abgelegt werden und mir als dump files gegeben werden, suche ich nach Hilfe beim Einstieg in das Thema. Die Installation und erste Spielereien waren erfolgreich, die Wiederherstellung eines Schemas in einer dafür angelegten Datenbank leider nicht. 24 Tabellen werden problemlos wiederhergestellt, einige jedoch nicht. Kann mir jemand einen Tipp geben, was schief läuft?

Folgende Fehlermeldungen tauchen z.B. auf:

pg_restore: erstelle TABLE image
pg_restore: [Archivierer (DB)] Fehler in Phase PROCESSING TOC:
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 333; 1259 122208 TABLE image robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Typ „public.t_axis“ existiert nicht
ZEILE 6: axis public.t_axis NOT NULL,
^
Die Anweisung war: CREATE TABLE image (
id bigint NOT NULL,
“timestamp” timestamp without time zone NOT NULL,
correction_level inte…
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „m201510.image“ existiert nicht
Die Anweisung war: ALTER TABLE m201510.image OWNER TO robindb;


pg_restore: erstelle COMMENT COLUMN image.id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4475; 0 0 COMMENT COLUMN image.id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN image.id IS ‘PK’;


WARNUNG: bei Wiederherstellung ignorierte Fehler: 181

Prozess beendete mit Exitcode 1.

Ist das der erste Fehler, oder gab es vorher schon welche? Wie ist der Dump erstellt worden?

Hallo,

das ist der erste Fehler, alle davor liegenden Tabellen werden problemlos angelegt. Wir wissen leider nicht, wie der dump angelegt wurde oder welche Extensions geladen wurden. Bevor ich postGIS zusätzlich installiert hatte, waren es noch viel mehr Fehler. Ebenso konnte ich durch hinzufügen einer neuen Rolle (robindb) einige Fehler reduzieren.

Es fehlt ein Typ, offenbar durch eine vorher nicht erstelle Tabelle t_axis. Welche PG-Version ist im Einsatz? Evtl. wurde beim Erstellen des Dumps diese Tabelle bewußt ausgelassen - warum auch immer.

Im Einsatz war zunächst PostGIS 2.2. Auf Deinen Hinweis hin habe ich die 2.1.5 Version installiert und ausprobiert, ob sich etwas ändert. Die gleiche Anzahl an Fehlermeldungen an derselben Stelle…
Anbei ungleich mehr Meldungen - vielleicht geben die einen Hinweis?

C:/Program Files/PostgreSQL/9.3/bin\pg_restore.exe --host localhost --port 5432 --username “postgres” --dbname “multibird” --role “robindb” --no-password --verbose “F:\dbdumps\finov215_tst_m201510.backup”
pg_restore: verbinde mit der Datenbank zur Wiederherstellung
pg_restore: erstelle SCHEMA m201510
pg_restore: erstelle TABLE alarms
pg_restore: erstelle COMMENT COLUMN alarms.id
pg_restore: erstelle COMMENT COLUMN alarms.track_id
pg_restore: erstelle COMMENT COLUMN alarms.timestamp_begin
pg_restore: erstelle COMMENT COLUMN alarms.timestamp_end
pg_restore: erstelle COMMENT COLUMN alarms.“position”
pg_restore: erstelle COMMENT COLUMN alarms.alarm_zone
pg_restore: erstelle COMMENT COLUMN alarms.alarm_state
pg_restore: erstelle TABLE classification
pg_restore: erstelle COMMENT COLUMN classification.id
pg_restore: erstelle COMMENT COLUMN classification.classification
pg_restore: erstelle COMMENT COLUMN classification.name
pg_restore: erstelle COMMENT COLUMN classification.deleted
pg_restore: erstelle TABLE deterrenceevents
pg_restore: erstelle COMMENT COLUMN deterrenceevents.id
pg_restore: erstelle COMMENT COLUMN deterrenceevents.“timestamp”
pg_restore: erstelle COMMENT COLUMN deterrenceevents.user_id
pg_restore: erstelle COMMENT COLUMN deterrenceevents.device_id
pg_restore: erstelle COMMENT COLUMN deterrenceevents.deterrence_mean
pg_restore: erstelle COMMENT COLUMN deterrenceevents.bird_control_position
pg_restore: erstelle COMMENT COLUMN deterrenceevents.deterrence_mean_pretty_name
pg_restore: erstelle COMMENT COLUMN deterrenceevents.duration
pg_restore: erstelle COMMENT COLUMN deterrenceevents.bearing
pg_restore: erstelle COMMENT COLUMN deterrenceevents.bird_position
pg_restore: erstelle COMMENT COLUMN deterrenceevents.species_id
pg_restore: erstelle COMMENT COLUMN deterrenceevents.count
pg_restore: erstelle TABLE feedback
pg_restore: erstelle COMMENT COLUMN feedback.id
pg_restore: erstelle COMMENT COLUMN feedback.“position”
pg_restore: erstelle COMMENT COLUMN feedback.“timestamp”
pg_restore: erstelle COMMENT COLUMN feedback.user_id
pg_restore: erstelle COMMENT COLUMN feedback.device_id
pg_restore: erstelle COMMENT COLUMN feedback.content
pg_restore: erstelle TABLE fmcwsensormeasurement
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.id
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.radar_id
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.“timestamp”
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.temp_frontend
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.rf_output_power
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.rf_muted
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.voltage_frontend
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.temp_sensorboard
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.temp_sensorboard_external
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.air_pressure
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.humidity
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.azimuth_rpm
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.azimuth_current
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.elevation_rpm
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.elevation_current
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.plc_status
pg_restore: erstelle COMMENT COLUMN fmcwsensormeasurement.missed_packets
pg_restore: erstelle VIEW geography_columns
pg_restore: erstelle VIEW geometry_columns
pg_restore: erstelle TABLE gpslog
pg_restore: erstelle COMMENT COLUMN gpslog.id
pg_restore: erstelle COMMENT COLUMN gpslog.device_name
pg_restore: erstelle COMMENT COLUMN gpslog.“timestamp”
pg_restore: erstelle COMMENT COLUMN gpslog.“position”
pg_restore: erstelle COMMENT COLUMN gpslog.horizontalprecision
pg_restore: erstelle TABLE gridanalysisclusterdata
pg_restore: erstelle COMMENT COLUMN gridanalysisclusterdata.id
pg_restore: erstelle COMMENT COLUMN gridanalysisclusterdata.gridanalysis_id
pg_restore: erstelle COMMENT COLUMN gridanalysisclusterdata.“timestamp”
pg_restore: erstelle COMMENT COLUMN gridanalysisclusterdata.localactivity_cell_count
pg_restore: erstelle COMMENT COLUMN gridanalysisclusterdata.migrationactivity_cell_count
pg_restore: erstelle COMMENT COLUMN gridanalysisclusterdata.localactivity_geometries
pg_restore: erstelle COMMENT COLUMN gridanalysisclusterdata.migrationactivity_geometries
pg_restore: erstelle COMMENT COLUMN gridanalysisclusterdata.raster
pg_restore: erstelle TABLE gridanalysistrackcountdata
pg_restore: erstelle COMMENT COLUMN gridanalysistrackcountdata.id
pg_restore: erstelle COMMENT COLUMN gridanalysistrackcountdata.gridanalysis_id
pg_restore: erstelle COMMENT COLUMN gridanalysistrackcountdata.“timestamp”
pg_restore: erstelle COMMENT COLUMN gridanalysistrackcountdata.number_of_active_cells
pg_restore: erstelle COMMENT COLUMN gridanalysistrackcountdata.max_trackcount
pg_restore: erstelle COMMENT COLUMN gridanalysistrackcountdata.avg_trackcount
pg_restore: erstelle COMMENT COLUMN gridanalysistrackcountdata.sum_trackcount
pg_restore: erstelle COMMENT COLUMN gridanalysistrackcountdata.geometries
pg_restore: erstelle COMMENT COLUMN gridanalysistrackcountdata.raster
pg_restore: erstelle TABLE image
pg_restore: [Archivierer (DB)] Fehler in Phase PROCESSING TOC:
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 333; 1259 122208 TABLE image robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Typ „public.t_axis“ existiert nicht
ZEILE 6: axis public.t_axis NOT NULL,
^
Die Anweisung war: CREATE TABLE image (
id bigint NOT NULL,
“timestamp” timestamp without time zone NOT NULL,
correction_level inte…
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „m201510.image“ existiert nicht
Die Anweisung war: ALTER TABLE m201510.image OWNER TO robindb;

pg_restore: erstelle COMMENT COLUMN image.id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4475; 0 0 COMMENT COLUMN image.id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN image.id IS ‘PK’;

pg_restore: erstelle COMMENT COLUMN image.“timestamp”
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4476; 0 0 COMMENT COLUMN image.“timestamp” robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN image.“timestamp” IS ‘Time the image was recorded’;

pg_restore: erstelle COMMENT COLUMN image.correction_level
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4477; 0 0 COMMENT COLUMN image.correction_level robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN image.correction_level IS ‘Current noise level measured by radar (original 15 bit value)’;

pg_restore: erstelle COMMENT COLUMN image.replayed
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4478; 0 0 COMMENT COLUMN image.replayed robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN image.replayed IS ‘Indicates if the image was replayed by the file simulation mode’;

pg_restore: erstelle COMMENT COLUMN image.axis
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4479; 0 0 COMMENT COLUMN image.axis robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN image.axis IS ‘phi, theta or time’;

pg_restore: erstelle COMMENT COLUMN image.radar_id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4480; 0 0 COMMENT COLUMN image.radar_id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN image.radar_id IS ‘Reference to radar that recorded the image’;

pg_restore: erstelle COMMENT COLUMN image.sun_elevation
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4481; 0 0 COMMENT COLUMN image.sun_elevation robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN image.sun_elevation IS ‘Elevation of the sun at ‘‘timestamp’’’;

pg_restore: erstelle COMMENT COLUMN image.phi_zero
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4482; 0 0 COMMENT COLUMN image.phi_zero robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN image.phi_zero IS ‘Bearing of the image [deg]’;

pg_restore: erstelle COMMENT COLUMN image.theta_zero
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4483; 0 0 COMMENT COLUMN image.theta_zero robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN image.theta_zero IS ‘Elevation of the image [deg]’;

pg_restore: erstelle COMMENT COLUMN image.min_range
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4484; 0 0 COMMENT COLUMN image.min_range robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN image.min_range IS ‘Start range of the image [m]’;

pg_restore: erstelle COMMENT COLUMN image.max_range
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4485; 0 0 COMMENT COLUMN image.max_range robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN image.max_range IS ‘End range of the image [m]’;

pg_restore: erstelle TABLE messages
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 326; 1259 122145 TABLE messages robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Typ „public.t_severity“ existiert nicht
ZEILE 6: severity public.t_severity NOT NULL,
^
Die Anweisung war: CREATE TABLE messages (
id bigint NOT NULL,
radar_id bigint,
component text,
“timestamp” timestamp without t…
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „m201510.messages“ existiert nicht
Die Anweisung war: ALTER TABLE m201510.messages OWNER TO robindb;

pg_restore: erstelle COMMENT COLUMN messages.id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4497; 0 0 COMMENT COLUMN messages.id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „messages“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN messages.id IS ‘PK’;

pg_restore: erstelle COMMENT COLUMN messages.radar_id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4498; 0 0 COMMENT COLUMN messages.radar_id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „messages“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN messages.radar_id IS ‘References the radar this message comes from’;

pg_restore: erstelle COMMENT COLUMN messages.component
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4499; 0 0 COMMENT COLUMN messages.component robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „messages“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN messages.component IS ‘References the component this message comes from’;

pg_restore: erstelle COMMENT COLUMN messages.“timestamp”
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4500; 0 0 COMMENT COLUMN messages.“timestamp” robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „messages“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN messages.“timestamp” IS ‘The time of this message’;

pg_restore: erstelle COMMENT COLUMN messages.severity
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4501; 0 0 COMMENT COLUMN messages.severity robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „messages“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN messages.severity IS ‘Severity of this message’;

pg_restore: erstelle COMMENT COLUMN messages.content
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4502; 0 0 COMMENT COLUMN messages.content robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „messages“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN messages.content IS ‘Content of the message’;

pg_restore: erstelle TABLE nearmiss
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 342; 1259 122291 TABLE nearmiss robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Typ „public.t_flightphase“ existiert nicht
ZEILE 7: flight_phase public.t_flightphase NOT NULL,
^
Die Anweisung war: CREATE TABLE nearmiss (
id bigint NOT NULL,
flight_track_id bigint NOT NULL,
threat_track_id bigint NOT NULL,

pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „m201510.nearmiss“ existiert nicht
Die Anweisung war: ALTER TABLE m201510.nearmiss OWNER TO robindb;


pg_restore: erstelle COMMENT COLUMN nearmiss.id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4503; 0 0 COMMENT COLUMN nearmiss.id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „nearmiss“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN nearmiss.id IS ‘PK’;

pg_restore: erstelle COMMENT COLUMN nearmiss.flight_track_id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4504; 0 0 COMMENT COLUMN nearmiss.flight_track_id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „nearmiss“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN nearmiss.flight_track_id IS ‘Reference to the track of the aircraft’;

pg_restore: erstelle COMMENT COLUMN nearmiss.threat_track_id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4505; 0 0 COMMENT COLUMN nearmiss.threat_track_id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „nearmiss“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN nearmiss.threat_track_id IS ‘Reference to track that produced the nearmiss’;

pg_restore: erstelle COMMENT COLUMN nearmiss.“timestamp”
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4506; 0 0 COMMENT COLUMN nearmiss.“timestamp” robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „nearmiss“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN nearmiss.“timestamp” IS ‘Time of nearmiss (UTC)’;

pg_restore: erstelle COMMENT COLUMN nearmiss.“position”
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4507; 0 0 COMMENT COLUMN nearmiss.“position” robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „nearmiss“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN nearmiss.“position” IS ‘Position of possible intersection’;

pg_restore: erstelle COMMENT COLUMN nearmiss.flight_phase
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4508; 0 0 COMMENT COLUMN nearmiss.flight_phase robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „nearmiss“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN nearmiss.flight_phase IS ‘Flight phase of the aircraft’;

pg_restore: erstelle COMMENT COLUMN nearmiss.distance
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4509; 0 0 COMMENT COLUMN nearmiss.distance robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „nearmiss“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN nearmiss.distance IS ‘Closest measured distance between aircraft and threat’;

pg_restore: erstelle TABLE radartype
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 321; 1259 122105 TABLE radartype robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Typ „public.t_antenna_type“ existiert nicht
ZEILE 8: antenna_type public.t_antenna_type,
^
Die Anweisung war: CREATE TABLE radartype (
id bigint NOT NULL,
name text NOT NULL,
mean_carrier_frequency real NOT NULL,
peak_…
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „m201510.radartype“ existiert nicht
Die Anweisung war: ALTER TABLE m201510.radartype OWNER TO robindb;

pg_restore: erstelle COMMENT COLUMN radartype.id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4534; 0 0 COMMENT COLUMN radartype.id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „radartype“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN radartype.id IS ‘PK’;

pg_restore: erstelle COMMENT COLUMN radartype.name
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4535; 0 0 COMMENT COLUMN radartype.name robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „radartype“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN radartype.name IS ‘Name (= specification filename)’;

pg_restore: erstelle COMMENT COLUMN radartype.mean_carrier_frequency
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4536; 0 0 COMMENT COLUMN radartype.mean_carrier_frequency robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „radartype“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN radartype.mean_carrier_frequency IS ‘Mean carrier frequency [Ghz]’;

pg_restore: erstelle COMMENT COLUMN radartype.peak_power
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4537; 0 0 COMMENT COLUMN radartype.peak_power robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „radartype“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN radartype.peak_power IS ‘Peak power [W]’;

pg_restore: erstelle COMMENT COLUMN radartype.pulse_length
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4538; 0 0 COMMENT COLUMN radartype.pulse_length robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „radartype“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN radartype.pulse_length IS ‘Pulse length [s]’;

pg_restore: erstelle COMMENT COLUMN radartype.pulse_repetition_frequency
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4539; 0 0 COMMENT COLUMN radartype.pulse_repetition_frequency robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „radartype“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN radartype.pulse_repetition_frequency IS ‘Pulse repetition frequency [Hz]’;

pg_restore: erstelle COMMENT COLUMN radartype.antenna_type
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4540; 0 0 COMMENT COLUMN radartype.antenna_type robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „radartype“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN radartype.antenna_type IS ‘Antenna type’;

pg_restore: erstelle COMMENT COLUMN radartype.polarization
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4541; 0 0 COMMENT COLUMN radartype.polarization robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „radartype“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN radartype.polarization IS ‘Polarization’;

pg_restore: erstelle COMMENT COLUMN radartype.antenna_rx_gain
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4542; 0 0 COMMENT COLUMN radartype.antenna_rx_gain robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „radartype“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN radartype.antenna_rx_gain IS ‘Antenna RX gain [dB]’;

pg_restore: erstelle COMMENT COLUMN radartype.antenna_tx_gain
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4543; 0 0 COMMENT COLUMN radartype.antenna_tx_gain robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „radartype“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN radartype.antenna_tx_gain IS ‘Antenna TX gain [dB]’;

pg_restore: erstelle COMMENT COLUMN radartype.beam_width
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4544; 0 0 COMMENT COLUMN radartype.beam_width robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „radartype“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN radartype.beam_width IS ‘Beam width [rad]’;

pg_restore: erstelle COMMENT COLUMN radartype.beam_height
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4545; 0 0 COMMENT COLUMN radartype.beam_height robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „radartype“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN radartype.beam_height IS ‘Beam height [rad]’;

pg_restore: erstelle VIEW raster_columns
pg_restore: erstelle VIEW raster_overviews
pg_restore: erstelle TABLE rcs_pattern
pg_restore: erstelle COMMENT COLUMN rcs_pattern.id
pg_restore: erstelle COMMENT COLUMN rcs_pattern.track_id
pg_restore: erstelle COMMENT COLUMN rcs_pattern.rcs_pattern
pg_restore: erstelle COMMENT COLUMN rcs_pattern.time_resolution
pg_restore: erstelle COMMENT COLUMN rcs_pattern.frequency_distribution
pg_restore: erstelle COMMENT COLUMN rcs_pattern.frequency_resolution
pg_restore: erstelle COMMENT COLUMN rcs_pattern.primary_frequency
pg_restore: erstelle COMMENT COLUMN rcs_pattern.primary_interval
pg_restore: erstelle TABLE runwayinspectionreport
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 349; 1259 122347 TABLE runwayinspectionreport robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Typ „public.t_runwayinspectionresult“ existiert nicht
ZEILE 6: requested_by_atc public.t_runwayinspectionresult,
^
Die Anweisung war: CREATE TABLE runwayinspectionreport (
id bigint NOT NULL,
“timestamp” timestamp without time zone NOT NULL,
user…
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „m201510.runwayinspectionreport“ existiert nicht
Die Anweisung war: ALTER TABLE m201510.runwayinspectionreport OWNER TO robindb;


pg_restore: erstelle COMMENT COLUMN runwayinspectionreport.id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4554; 0 0 COMMENT COLUMN runwayinspectionreport.id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „runwayinspectionreport“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN runwayinspectionreport.id IS ‘PK’;

pg_restore: erstelle COMMENT COLUMN runwayinspectionreport.“timestamp”
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4555; 0 0 COMMENT COLUMN runwayinspectionreport.“timestamp” robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „runwayinspectionreport“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN runwayinspectionreport.“timestamp” IS ‘Timestamp of entry’;

pg_restore: erstelle COMMENT COLUMN runwayinspectionreport.user_id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4556; 0 0 COMMENT COLUMN runwayinspectionreport.user_id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „runwayinspectionreport“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN runwayinspectionreport.user_id IS ‘The user who created this report’;

pg_restore: erstelle COMMENT COLUMN runwayinspectionreport.runway
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4557; 0 0 COMMENT COLUMN runwayinspectionreport.runway robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „runwayinspectionreport“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN runwayinspectionreport.runway IS ‘The runway’;

pg_restore: erstelle COMMENT COLUMN runwayinspectionreport.requested_by_atc
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4558; 0 0 COMMENT COLUMN runwayinspectionreport.requested_by_atc robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „runwayinspectionreport“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN runwayinspectionreport.requested_by_atc IS ‘Is the inspection requested by ATC’;

pg_restore: erstelle COMMENT COLUMN runwayinspectionreport.fod
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4559; 0 0 COMMENT COLUMN runwayinspectionreport.fod robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „runwayinspectionreport“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN runwayinspectionreport.fod IS ‘Is FOD detected’;

pg_restore: erstelle COMMENT COLUMN runwayinspectionreport.birds
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4560; 0 0 COMMENT COLUMN runwayinspectionreport.birds robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „runwayinspectionreport“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN runwayinspectionreport.birds IS ‘Are there birds’;

pg_restore: erstelle COMMENT COLUMN runwayinspectionreport.snow
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4561; 0 0 COMMENT COLUMN runwayinspectionreport.snow robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „runwayinspectionreport“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN runwayinspectionreport.snow IS ‘Is there snow on the runway’;

pg_restore: erstelle COMMENT COLUMN runwayinspectionreport.slippery
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4562; 0 0 COMMENT COLUMN runwayinspectionreport.slippery robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „runwayinspectionreport“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN runwayinspectionreport.slippery IS ‘Is the runway slippery’;

pg_restore: erstelle COMMENT COLUMN runwayinspectionreport.comment
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4563; 0 0 COMMENT COLUMN runwayinspectionreport.comment robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „runwayinspectionreport“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN runwayinspectionreport.comment IS ‘Comment’;

pg_restore: erstelle TABLE runwayinspectiontimer
pg_restore: erstelle COMMENT COLUMN runwayinspectiontimer.id
pg_restore: erstelle COMMENT COLUMN runwayinspectiontimer.runway
pg_restore: erstelle COMMENT COLUMN runwayinspectiontimer.next_inspection
pg_restore: erstelle COMMENT COLUMN runwayinspectiontimer.“position”
pg_restore: erstelle COMMENT COLUMN runwayinspectiontimer.“interval”
pg_restore: erstelle COMMENT COLUMN runwayinspectiontimer.enabled
pg_restore: erstelle COMMENT COLUMN runwayinspectiontimer.deleted
pg_restore: erstelle TABLE spatial_ref_sys
pg_restore: erstelle TABLE systemstate
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 337; 1259 122245 TABLE systemstate robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Typ „public.t_status“ existiert nicht
ZEILE 6: status public.t_status NOT NULL,
^
Die Anweisung war: CREATE TABLE systemstate (
“timestamp” timestamp without time zone NOT NULL,
system_name character varying(32) NOT N…
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „m201510.systemstate“ existiert nicht
Die Anweisung war: ALTER TABLE m201510.systemstate OWNER TO robindb;


pg_restore: erstelle COMMENT COLUMN systemstate.“timestamp”
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4571; 0 0 COMMENT COLUMN systemstate.“timestamp” robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „systemstate“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN systemstate.“timestamp” IS ‘Timestamp’;



pg_restore: erstelle COMMENT COLUMN systemstate.system_name
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4572; 0 0 COMMENT COLUMN systemstate.system_name robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „systemstate“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN systemstate.system_name IS ‘Name of system’;



pg_restore: erstelle COMMENT COLUMN systemstate.component_name
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4573; 0 0 COMMENT COLUMN systemstate.component_name robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „systemstate“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN systemstate.component_name IS ‘Component name’;



pg_restore: erstelle COMMENT COLUMN systemstate.component_type
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4574; 0 0 COMMENT COLUMN systemstate.component_type robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „systemstate“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN systemstate.component_type IS ‘Component Type’;



pg_restore: erstelle COMMENT COLUMN systemstate.status
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4575; 0 0 COMMENT COLUMN systemstate.status robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „systemstate“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN systemstate.status IS ‘Status of component (OK,WARNING, ERROR, CRITICAL or MAINTENANCE)’;



pg_restore: erstelle COMMENT COLUMN systemstate.message_id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4576; 0 0 COMMENT COLUMN systemstate.message_id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „systemstate“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN systemstate.message_id IS ‘Unique identifier of the message’;



pg_restore: erstelle COMMENT COLUMN systemstate.message
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4577; 0 0 COMMENT COLUMN systemstate.message robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „systemstate“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN systemstate.message IS ‘Message on error or changes’;



pg_restore: erstelle TABLE systemstatelog
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 338; 1259 122253 TABLE systemstatelog robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Typ „public.t_status“ existiert nicht
ZEILE 7: status public.t_status NOT NULL,
^
Die Anweisung war: CREATE TABLE systemstatelog (
id bigint NOT NULL,
“timestamp” timestamp without time zone NOT NULL,
system_name …
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „m201510.systemstatelog“ existiert nicht
Die Anweisung war: ALTER TABLE m201510.systemstatelog OWNER TO robindb;


pg_restore: erstelle COMMENT COLUMN systemstatelog.id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4578; 0 0 COMMENT COLUMN systemstatelog.id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „systemstatelog“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN systemstatelog.id IS ‘PK’;



pg_restore: erstelle COMMENT COLUMN systemstatelog.“timestamp”
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4579; 0 0 COMMENT COLUMN systemstatelog.“timestamp” robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „systemstatelog“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN systemstatelog.“timestamp” IS ‘Timestamp’;



pg_restore: erstelle COMMENT COLUMN systemstatelog.system_name
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4580; 0 0 COMMENT COLUMN systemstatelog.system_name robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „systemstatelog“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN systemstatelog.system_name IS ‘Name of system’;

pg_restore: erstelle COMMENT COLUMN systemstatelog.component_name
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4581; 0 0 COMMENT COLUMN systemstatelog.component_name robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „systemstatelog“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN systemstatelog.component_name IS ‘Component name’;


pg_restore: erstelle TABLE track
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 341; 1259 122280 TABLE track robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Typ „public.t_assignableproperty“ existiert nicht
ZEILE 6: assignable_properties public.t_assignableproperty,
^
Die Anweisung war: CREATE TABLE track (
id bigint NOT NULL,
internal_id bigint,
timestamp_start timestamp without time zone NOT NUL…
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „m201510.track“ existiert nicht
Die Anweisung war: ALTER TABLE m201510.track OWNER TO robindb;

pg_restore: erstelle COMMENT COLUMN track.id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4586; 0 0 COMMENT COLUMN track.id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „track“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN track.id IS ‘PK’;

pg_restore: erstelle COMMENT COLUMN track.phi_diff
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4594; 0 0 COMMENT COLUMN track.phi_diff robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „track“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN track.phi_diff IS 'Bearing of straight line distance travelled (polar notation of vector from first to las…
pg_restore: erstelle COMMENT COLUMN track.theta_diff
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4595; 0 0 COMMENT COLUMN track.theta_diff robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „track“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN track.theta_diff IS 'Elevation of straight line distance travelled (polar notation of vector from first to…
pg_restore: erstelle COMMENT COLUMN track.tracktype
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4596; 0 0 COMMENT COLUMN track.tracktype robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „track“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN track.tracktype IS ‘Dimension measured of track’;

pg_restore: erstelle COMMENT COLUMN track.trajectory
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4597; 0 0 COMMENT COLUMN track.trajectory robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „track“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN track.trajectory IS ‘Polyline of all estimates in the track’;

pg_restore: erstelle COMMENT COLUMN track.avg_mass
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4598; 0 0 COMMENT COLUMN track.avg_mass robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „track“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN track.avg_mass IS ‘Average mass of all plots [dB]’;

pg_restore: erstelle TABLE trackplot
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 334; 1259 122215 TABLE trackplot robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Typ „public.t_plottype“ existiert nicht
ZEILE 10: plottype public.t_plottype,
^
Die Anweisung war: CREATE TABLE trackplot (
id bigint NOT NULL,
radar_id bigint NOT NULL,
“timestamp” timestamp without time zone N…
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „m201510.trackplot“ existiert nicht
Die Anweisung war: ALTER TABLE m201510.trackplot OWNER TO robindb;

pg_restore: erstelle COMMENT COLUMN trackplot.id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4623; 0 0 COMMENT COLUMN trackplot.id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.id IS ‘PK’;

pg_restore: erstelle COMMENT COLUMN trackplot.radar_id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4624; 0 0 COMMENT COLUMN trackplot.radar_id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.radar_id IS ‘Radar reference that contributed this information’;

pg_restore: erstelle COMMENT COLUMN trackplot.“timestamp”
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4625; 0 0 COMMENT COLUMN trackplot.“timestamp” robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.“timestamp” IS ‘Time of plot’;

pg_restore: erstelle COMMENT COLUMN trackplot.estimate_id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4626; 0 0 COMMENT COLUMN trackplot.estimate_id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.estimate_id IS ‘The estimate that is generated by this plot’;

pg_restore: erstelle COMMENT COLUMN trackplot.centre_rho
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4627; 0 0 COMMENT COLUMN trackplot.centre_rho robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.centre_rho IS ‘Detection range of plot centre of gravity (radar centered)’;

pg_restore: erstelle COMMENT COLUMN trackplot.centre_phi
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4628; 0 0 COMMENT COLUMN trackplot.centre_phi robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.centre_phi IS ‘Detection bearing of plot centre of gravity (radar centered)’;

pg_restore: erstelle COMMENT COLUMN trackplot.centre_theta
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4629; 0 0 COMMENT COLUMN trackplot.centre_theta robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.centre_theta IS ‘Detection elevation of plot centre of gravity (radar centered)’;

pg_restore: erstelle COMMENT COLUMN trackplot.“position”
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4630; 0 0 COMMENT COLUMN trackplot.“position” robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.“position” IS ‘Detection latitude / longitude / altitude of plot centre of gravity’;

pg_restore: erstelle COMMENT COLUMN trackplot.plottype
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4631; 0 0 COMMENT COLUMN trackplot.plottype robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.plottype IS ‘Dimension of the plot (range/azimuth (HR), range/elevation (VR))’;

pg_restore: erstelle COMMENT COLUMN trackplot.classification
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4632; 0 0 COMMENT COLUMN trackplot.classification robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.classification IS ‘Type of plot (part of blob, large, weak etc.)’;

pg_restore: erstelle COMMENT COLUMN trackplot.peak_mass
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4633; 0 0 COMMENT COLUMN trackplot.peak_mass robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.peak_mass IS ‘Peak mass value of plot’;

pg_restore: erstelle COMMENT COLUMN trackplot.mass
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4634; 0 0 COMMENT COLUMN trackplot.mass robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.mass IS ‘Estimated mass of plot [value * samples]’;

pg_restore: erstelle COMMENT COLUMN trackplot.land_mass
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4635; 0 0 COMMENT COLUMN trackplot.land_mass robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.land_mass IS ‘Mass of land mask beneath the plot’;

pg_restore: erstelle COMMENT COLUMN trackplot.rain_mass
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4636; 0 0 COMMENT COLUMN trackplot.rain_mass robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.rain_mass IS ‘Mass of rain mask beneath the plot’;

pg_restore: erstelle COMMENT COLUMN trackplot.variant_mass
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4637; 0 0 COMMENT COLUMN trackplot.variant_mass robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.variant_mass IS ‘Mass of variant mask beneath the plot’;

pg_restore: erstelle COMMENT COLUMN trackplot.mass_correction
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4638; 0 0 COMMENT COLUMN trackplot.mass_correction robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.mass_correction IS ‘Range correction for mass numbers [dB]’;

pg_restore: erstelle COMMENT COLUMN trackplot.nr_lines
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4639; 0 0 COMMENT COLUMN trackplot.nr_lines robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.nr_lines IS ‘Number of lines’;

pg_restore: erstelle COMMENT COLUMN trackplot.nr_samples
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4640; 0 0 COMMENT COLUMN trackplot.nr_samples robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.nr_samples IS ‘Number of samples’;

pg_restore: erstelle COMMENT COLUMN trackplot.track_id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4641; 0 0 COMMENT COLUMN trackplot.track_id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.track_id IS ‘References the track the plot belongs to’;

pg_restore: erstelle COMMENT COLUMN trackplot.image_id
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4642; 0 0 COMMENT COLUMN trackplot.image_id robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.image_id IS ‘References the image the plot was identified in’;

pg_restore: erstelle COMMENT COLUMN trackplot.marked
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4643; 0 0 COMMENT COLUMN trackplot.marked robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COMMENT ON COLUMN trackplot.marked IS ‘Classification of plot given by the plot algorithm (above land, free, etc.)’;

pg_restore: verarbeite Daten für Tabelle „alarms“
pg_restore: verarbeite Daten für Tabelle „classification“
pg_restore: verarbeite Daten für Tabelle „deterrenceevents“
pg_restore: verarbeite Daten für Tabelle „feedback“
pg_restore: verarbeite Daten für Tabelle „fmcwsensormeasurement“
pg_restore: verarbeite Daten für Tabelle „gpslog“
pg_restore: verarbeite Daten für Tabelle „gridanalysisclusterdata“
pg_restore: verarbeite Daten für Tabelle „gridanalysistrackcountdata“
pg_restore: verarbeite Daten für Tabelle „image“
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4383; 0 122208 TABLE DATA image robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: COPY image (id, “timestamp”, correction_level, replayed, axis, radar_id, sun_elevation, phi_zero, theta_zero, min_range, max…
pg_restore: verarbeite Daten für Tabelle „ip_metainfo“
pg_restore: verarbeite Daten für Tabelle „messages“
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4376; 0 122145 TABLE DATA messages robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „messages“ existiert nicht
Die Anweisung war: COPY messages (id, radar_id, component, “timestamp”, severity, content) FROM stdin;

pg_restore: verarbeite Daten für Tabelle „nearmiss“
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4392; 0 122291 TABLE DATA nearmiss robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „nearmiss“ existiert nicht
Die Anweisung war: COPY nearmiss (id, flight_track_id, threat_track_id, “timestamp”, “position”, flight_phase, distance) FROM stdin;

pg_restore: verarbeite Daten für Tabelle „systemstatelog“
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4388; 0 122253 TABLE DATA systemstatelog robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „systemstatelog“ existiert nicht
Die Anweisung war: COPY systemstatelog (id, “timestamp”, system_name, component_name, component_type, status, message_id, message) FROM stdin;

pg_restore: verarbeite Daten für Tabelle „track“
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4391; 0 122280 TABLE DATA track robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „track“ existiert nicht
Die Anweisung war: COPY track (id, internal_id, timestamp_start, timestamp_end, assignable_properties, classification_id, species_id, rho_diff,…
pg_restore: verarbeite Daten für Tabelle „trackestimate“
pg_restore: verarbeite Daten für Tabelle „tracking_metainfo“
pg_restore: verarbeite Daten für Tabelle „trackplot“
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4384; 0 122215 TABLE DATA trackplot robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „trackplot“ existiert nicht
Die Anweisung war: COPY trackplot (id, radar_id, “timestamp”, estimate_id, centre_rho, centre_phi, centre_theta, “position”, plottype, classifi…

[…]

pg_restore: erstelle CONSTRAINT alarms_pkey
pg_restore: erstelle CONSTRAINT classification_pkey
pg_restore: erstelle CONSTRAINT deterrenceevents_pkey
pg_restore: erstelle CONSTRAINT feedback_pkey
pg_restore: erstelle CONSTRAINT fmcwsensormeasurement_pkey
pg_restore: erstelle CONSTRAINT gpslog_pkey
pg_restore: erstelle CONSTRAINT gridanalysisclusterdata_pkey
pg_restore: erstelle CONSTRAINT gridanalysistrackcountdata_pkey
pg_restore: erstelle CONSTRAINT image_pkey
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4144; 2606 122212 CONSTRAINT image_pkey robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: ALTER TABLE ONLY image
ADD CONSTRAINT image_pkey PRIMARY KEY (id);

[…]

pg_restore: erstelle CONSTRAINT tracksonairstrip_pkey
pg_restore: erstelle CONSTRAINT version_pkey
pg_restore: erstelle CONSTRAINT warnings_pkey
pg_restore: erstelle CONSTRAINT weather_pkey
pg_restore: erstelle CONSTRAINT weatherstation_pkey
pg_restore: erstelle CONSTRAINT windmillshutdowneventlog_pkey
pg_restore: erstelle CONSTRAINT windmillshutdownrulesetlog_pkey
pg_restore: erstelle INDEX alarms_track_id_idx
pg_restore: erstelle INDEX deterrenceevents_timestamp_idx
pg_restore: erstelle INDEX fmcwsensormeasurement_radar_id_idx
pg_restore: erstelle INDEX fmcwsensormeasurement_timestamp_idx
pg_restore: erstelle INDEX gpslog_timestamp_idx
pg_restore: erstelle INDEX gridanalysisclusterdata_gridanalysis_id_idx
pg_restore: erstelle INDEX gridanalysisclusterdata_timestamp_idx
pg_restore: erstelle INDEX gridanalysistrackcountdata_gridanalysis_id_idx
pg_restore: erstelle INDEX gridanalysistrackcountdata_timestamp_idx
pg_restore: erstelle INDEX image_radar_id_idx
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4145; 1259 122214 INDEX image_radar_id_idx robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „image“ existiert nicht
Die Anweisung war: CREATE INDEX image_radar_id_idx ON image USING btree (radar_id);


[…]
pg_restore: erstelle FK CONSTRAINT m201510_alarms_track_id_fkey
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4226; 2606 122520 FK CONSTRAINT m201510_alarms_track_id_fkey robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „track“ existiert nicht
Die Anweisung war: ALTER TABLE ONLY alarms
ADD CONSTRAINT m201510_alarms_track_id_fkey FOREIGN KEY (track_id) REFERENCES track(id);

pg_restore: erstelle FK CONSTRAINT m201510_deterrenceevents_device_id_fkey
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4212; 2606 122490 FK CONSTRAINT m201510_deterrenceevents_device_id_fkey robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Schema „config“ existiert nicht
Die Anweisung war: ALTER TABLE ONLY deterrenceevents
ADD CONSTRAINT m201510_deterrenceevents_device_id_fkey FOREIGN KEY (device_id) REFEREN…
pg_restore: erstelle FK CONSTRAINT m201510_deterrenceevents_species_id_fkey
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4211; 2606 122545 FK CONSTRAINT m201510_deterrenceevents_species_id_fkey robindb
[…]

pg_restore: setze Eigentümer und Privilegien für SCHEMA m201510
pg_restore: setze Eigentümer und Privilegien für TABLE alarms
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN alarms.id
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN alarms.track_id
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN alarms.timestamp_begin
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN alarms.timestamp_end
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN alarms.“position”
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN alarms.alarm_zone
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN alarms.alarm_state
pg_restore: setze Eigentümer und Privilegien für TABLE classification
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN classification.id
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN classification.classification
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN classification.name
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN classification.deleted

[…]
pg_restore: setze Eigentümer und Privilegien für TABLE image
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN image.id
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN image.“timestamp”
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN image.correction_level
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN image.replayed
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN image.axis
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN image.radar_id
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN image.sun_elevation
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN image.phi_zero
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN image.theta_zero
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN image.min_range
pg_restore: setze Eigentümer und Privilegien für COMMENT COLUMN image.max_range
[…]
pg_restore: setze Eigentümer und Privilegien für TABLE DATA alarms
pg_restore: setze Eigentümer und Privilegien für TABLE DATA classification
pg_restore: setze Eigentümer und Privilegien für TABLE DATA deterrenceevents
pg_restore: setze Eigentümer und Privilegien für TABLE DATA feedback
pg_restore: setze Eigentümer und Privilegien für TABLE DATA fmcwsensormeasurement
[…]
pg_restore: setze Eigentümer und Privilegien für CONSTRAINT alarms_pkey
pg_restore: setze Eigentümer und Privilegien für CONSTRAINT classification_pkey
pg_restore: setze Eigentümer und Privilegien für CONSTRAINT deterrenceevents_pkey
pg_restore: setze Eigentümer und Privilegien für CONSTRAINT feedback_pkey
[…]
pg_restore: setze Eigentümer und Privilegien für INDEX alarms_track_id_idx
pg_restore: setze Eigentümer und Privilegien für INDEX deterrenceevents_timestamp_idx
pg_restore: setze Eigentümer und Privilegien für INDEX fmcwsensormeasurement_radar_id_idx
[…]
pg_restore: setze Eigentümer und Privilegien für FK CONSTRAINT m201510_alarms_track_id_fkey
pg_restore: setze Eigentümer und Privilegien für FK CONSTRAINT m201510_deterrenceevents_device_id_fkey
pg_restore: setze Eigentümer und Privilegien für FK CONSTRAINT m201510_deterrenceevents_species_id_fkey
[…]

WARNUNG: bei Wiederherstellung ignorierte Fehler: 181

Prozess beendete mit Exitcode 1.

t_axis kommt nicht von Postgis. Versuche mal, mit pg_restore und der Option -l (kleines L) ein Listfile zu erzeugen und schaue, ob da diese Tabelle vorkommt.

Hi,

also ich arbeite mit pgAdmin III. Wo könnte ich dort die Liste aufrufen? Der von Dir vorgeschlagene Befehl ist für shell-Anwendungen? Es tut mir leid, ich kenne mich in der Thematik bisher wirklich gar nicht aus.

Allerdings habe ich über die Statistik Software R und das Package RPostgreSQL eine Liste aller in der Datenbank enthaltenen Dateien erstellen lassen. Die Tabelle t_axis kommt nicht vor.

dbListTables(con)

[1] “alarms” “classification” “deterrenceevents” “feedback” “gpslog” “gridanalysisclusterdata”
[7] “gridanalysistrackcountdata” “ip_metainfo” “note” “observation” “rcs_pattern” “runwayinspectiontimer”
[13] “spatial_ref_sys” “tracking_metainfo” “tracksonairstrip” “version” “warnings” “windmillshutdowneventlog”
[19] “windmillshutdownrulesetlog” “fmcwsensormeasurement” “weatherstation” “radar” “trackestimate” “weather”
[25] “pointcloud_formats” “spatial_ref_sys” “topology” “layer” “geocode_settings” “geocode_settings_default”
[31] “direction_lookup” “secondary_unit_lookup” “state_lookup” “street_type_lookup” “place_lookup” “county_lookup”
[37] “countysub_lookup” “zip_lookup_all” “zip_lookup_base” “zip_lookup” “county” “state”
[43] “place” “zip_state” “zip_state_loc” “cousub” “edges” “addrfeat”
[49] “faces” “featnames” “addr” “zcta5” “loader_platform” “loader_variables”
[55] “loader_lookuptables” “tract” “tabblock” “bg” “pagc_gaz” “pagc_lex”
[61] “pagc_rules”

Ich habe insgesamt 6 dump files bekommen. Einen mit der Konfiguration der Datenbank und je einen für Schemata der Monate 10-2015 bis 02-2016.
Wenn ich über pgAdmin III auf die Datenbank klicke und dann auf wiederherstellen und den finov215_tst_config.backup file wähle, klappt gar nichts, nur Fehlermeldungen. Da war das laden des Oktoberfiles geradezu erfolgreich gegen. Die anderen 4 Monatsfiles liefern übrigens dieselben Fehlermeldungen wie der oben gezeigte Oktoberfile. Es hilft auch leider nicht, das Ganze nochmal in einer neu erstellten Datenbank laufen zu lassen :frowning:

Ich wäre sehr dankbar für Hinweise, da ich alleine gerade scheinbar gar nicht mehr weiterkomme.

C:/Program Files/PostgreSQL/9.3/bin\pg_restore.exe --host localhost --port 5432 --username “postgres” --dbname “multibird” --role “robindb” --no-password --verbose “F:\dbdumps\finov215_tst_config.backup”
pg_restore: verbinde mit der Datenbank zur Wiederherstellung
pg_restore: implizit werden nur Daten wiederhergestellt
pg_restore: verarbeite Daten für Tabelle „behaviors“
pg_restore: führe SEQUENCE SET behaviors_id_seq aus
pg_restore: [Archivierer (DB)] Fehler in Phase PROCESSING TOC:
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4531; 0 0 SEQUENCE SET behaviors_id_seq robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „behaviors_id_seq“ existiert nicht
ZEILE 1: SELECT pg_catalog.setval(‘behaviors_id_seq’, 1, false);
^
Die Anweisung war: SELECT pg_catalog.setval(‘behaviors_id_seq’, 1, false);

pg_restore: verarbeite Daten für Tabelle „configurationitem“
pg_restore: [Archivierer (DB)] Fehler in Inhaltsverzeichniseintrag 4508; 0 21323 TABLE DATA configurationitem robindb
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „configurationitem“ existiert nicht
ZEILE 1: INSERT INTO configurationitem (id, parent, name, value) VALU…
^
Die Anweisung war: INSERT INTO configurationitem (id, parent, name, value) VALUES (216, NULL, ‘GENERAL’, ‘’);
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „configurationitem“ existiert nicht
ZEILE 1: INSERT INTO configurationitem (id, parent, name, value) VALU…
^
Die Anweisung war: INSERT INTO configurationitem (id, parent, name, value) VALUES (2, NULL, ‘HOST’, ‘172.16.248.11’);
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „configurationitem“ existiert nicht
ZEILE 1: INSERT INTO configurationitem (id, parent, name, value) VALU…
^
Die Anweisung war: INSERT INTO configurationitem (id, parent, name, value) VALUES (217, NULL, ‘PULSERADAR’, ‘’);
pg_restore: [Archivierer (DB)] could not execute query: FEHLER: Relation „configurationitem“ existiert nicht
ZEILE 1: INSERT INTO configurationitem (id, parent, name, value) VALU…

[…]

pg_restore: setze Eigentümer und Privilegien für TABLE DATA windmillshutdownruleset
pg_restore: setze Eigentümer und Privilegien für SEQUENCE SET windmillshutdownruleset_id_seq
WARNUNG: bei Wiederherstellung ignorierte Fehler: 477

Prozess beendete mit Exitcode 1.

offenbar ist das ein reiner data-only - dump, der einige Dinge, die nötig sind, nicht enthält. Das “Ich habe insgesamt 6 dump files bekommen. Einen mit der Konfiguration der Datenbank und je einen für Schemata der Monate 10-2015 bis 02-2016.” klingt schon, ähm, abenteuerlich.

Kannst Du Dir einen kompletten Dump noch mal besorgen?

Hi,

ja, es sind nur die Daten. Wir haben die Firma, von der wir die Daten erhalten nochmal angeschrieben, aber bisher keine Antwort.
Vielen Dank für die Unterstützung bisher. Falls es mit einem neuen dump nochmals Probleme gibt, werde ich mich wohl wieder melden.