<div dir="auto">Die Fehlermeldung ist eigentlich eindeutig: die Tabelle gibt's schon, also ist create der falsche Befehl. Ich glaub update müsste passen.<div dir="auto"><br></div><div dir="auto">Grüße</div><div dir="auto">Frank</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">John Doe <<a href="mailto:johndoe@null.net">johndoe@null.net</a>> schrieb am Do., 13. Juni 2019, 20:00:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:Verdana;font-size:12.0px"><div>Hallo zusammen,</div>

<div> </div>

<div>mein Problem nach dem rpi-update hat sich durch ein aktuelles rpi-update erledigt, alles läuft soweit wieder.</div>

<div>Leider habe ich jetzt wieder ein Problem mit dem Backup der Datenbank:</div>

<div> </div>

<div>
<div> sudo /var/www/<a href="http://volkszaehler.org/vendor/bin/dbcopy" target="_blank" rel="noreferrer">volkszaehler.org/vendor/bin/dbcopy</a> create -c /etc/dbcopy.yaml<br>
Creating target schema<br>
Creating tables<br>
Updating schema assets for target platform compatibility: sqlite<br>
table: aggregate<br>
table: data<br>
table: entities<br>
table: entities_in_aggregator<br>
table: properties<br>
CREATE TABLE aggregate (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, channel_id INTEGER DEFAULT NULL, type SMALLINT NOT NULL, timestamp BIGINT NOT NULL, value DOUBLE PRECISION NOT NULL, count INTEGER NOT NULL, CONSTRAINT FK_B77949FF72F5A1AA FOREIGN KEY (channel_id) REFERENCES entities (id) NOT DEFERRABLE INITIALLY IMMEDIATE)<br>
CREATE UNIQUE INDEX aggregate_unique ON aggregate (channel_id, type, timestamp)<br>
CREATE INDEX IDX_B77949FF72F5A1AA ON aggregate (channel_id)<br>
CREATE TABLE data (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, channel_id INTEGER DEFAULT NULL, timestamp BIGINT NOT NULL, value DOUBLE PRECISION NOT NULL, CONSTRAINT FK_ADF3F36372F5A1AA FOREIGN KEY (channel_id) REFERENCES entities (id) NOT DEFERRABLE INITIALLY IMMEDIATE)<br>
CREATE UNIQUE INDEX data_unique ON data (channel_id, timestamp)<br>
CREATE INDEX IDX_ADF3F36372F5A1AA ON data (channel_id)<br>
CREATE TABLE entities (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, uuid VARCHAR(36) NOT NULL, type VARCHAR(255) NOT NULL, class VARCHAR(255) NOT NULL)<br>
CREATE UNIQUE INDEX UNIQ_50EC64E5D17F50A6 ON entities (uuid)<br>
CREATE TABLE entities_in_aggregator (parent_id INTEGER NOT NULL, child_id INTEGER NOT NULL, PRIMARY KEY(parent_id, child_id), CONSTRAINT FK_2BD88468727ACA70 FOREIGN KEY (parent_id) REFERENCES entities (id) NOT DEFERRABLE INITIALLY IMMEDIATE, CONSTRAINT FK_2BD88468DD62C21B FOREIGN KEY (child_id) REFERENCES entities (id) NOT DEFERRABLE INITIALLY IMMEDIATE)<br>
CREATE INDEX IDX_2BD88468727ACA70 ON entities_in_aggregator (parent_id)<br>
CREATE INDEX IDX_2BD88468DD62C21B ON entities_in_aggregator (child_id)<br>
CREATE TABLE properties (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, entity_id INTEGER DEFAULT NULL, pkey VARCHAR(255) NOT NULL, value CLOB NOT NULL, CONSTRAINT FK_87C331C781257D5D FOREIGN KEY (entity_id) REFERENCES entities (id) NOT DEFERRABLE INITIALLY IMMEDIATE)<br>
CREATE UNIQUE INDEX property_unique ON properties (entity_id, pkey)<br>
CREATE INDEX IDX_87C331C781257D5D ON properties (entity_id)<br>
In AbstractSQLiteDriver.php line 47:</div>

<div>  An exception occurred while executing 'CREATE TABLE aggregate (id INTEGER PRIMARY KEY AUTOINCRE<br>
  MENT NOT NULL, channel_id INTEGER DEFAULT NULL, type SMALLINT NOT NULL, timestamp BIGINT NOT NU<br>
  LL, value DOUBLE PRECISION NOT NULL, count INTEGER NOT NULL, CONSTRAINT FK_B77949FF72F5A1AA FOR<br>
  EIGN KEY (channel_id) REFERENCES entities (id) NOT DEFERRABLE INITIALLY IMMEDIATE)':</div>

<div>  SQLSTATE[HY000]: General error: 1 table aggregate already exists</div>

<div><br>
In PDOConnection.php line 43:</div>

<div>  SQLSTATE[HY000]: General error: 1 table aggregate already exists</div>

<div><br>
In PDOConnection.php line 41:</div>

<div>  SQLSTATE[HY000]: General error: 1 table aggregate already exists</div>

<div><br>
create [-c|--config CONFIG]</div>

<div> </div>

<div>Hat jemand einen Tip, was ich tun könnte ?</div>

<div>Grüße,</div>

<div> </div>

<div>JD.</div>
</div></div></div>
</blockquote></div>