[vz-users] Datenbank-Umzug auf neuen Raspi schlägt fehl
Thomas Höpfner
thomas at thhoe.de
Di Aug 17 17:17:00 CEST 2021
Hi,
sorry so weit habe ich nicht gelesen.
Bei der Installation werden meiner Meinung nach Demo-Daten angeboten. Hast du diese probiert? Dbcopy braucht sehr lange, aber ein Fortschritt sollte erkennbar sein..
Eventuell ist DB auch kaputter wie du denkst.
Thomas
Am 17.08.2021 um 14:38 schrieb John Doe <johndoe at null.net>:
Hallo Thomas,
wie ich unter 7. schrieb hatte ich source und target in der dbcopy.yaml vor dem copy getauscht. Aber nochmal zur Eindeutigkeit:
Mit dieser dbcopy.yaml
pi at raspberrypi:~ $ cat /etc/dbcopy.yaml
# DATABASE DEFINITION
target:
driver: pdo_mysql
host: localhost
user: root
password: demo
dbname: volkszaehler
source:
driver: pdo_sqlite
host: localhost
user: root
password: raspberry
dbname: volkszaehler_backup
path: /home/pi/sqlite.db3 # path is only used if driver = pdo_sqlite
# influxdb target database connection
influx:
dsn: influxdb://localhost:8086
dbname: volkszaehler
measurement: data
# TABLE DEFINITION
# ----------------
# tables will be processed in the order they are mentioned:
# - foreign keys on target will be dropped
# - if a table is not listed here, it will not be touched
# transfer mode
# skip: table will not be copied
# copy: entire table will be truncated on target and copied from source
# pk: selective copy by primary key. only data not present on target
# will be copied from source.
tables:
entities: copy
properties: copy
entities_in_aggregator: copy
data: pk
aggregate: skip
ergibt sich das genannte Symptom.
Grüße
JD.
Sent: Tuesday, August 17, 2021 at 2:29 PM
From: "Thomas Höpfner" <thomas at thhoe.de>
To: "volkszaehler.org - users" <volkszaehler-users at demo.volkszaehler.org>
Subject: Re: [vz-users] Datenbank-Umzug auf neuen Raspi schlägt fehl
deine dbcopy.yaml ist noch vom Backup
Thomas
Am 17.08.2021 um 14:18 schrieb John Doe <johndoe at null.net>:
dbcopy.yaml
-------------- nächster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: <http://demo.volkszaehler.org/pipermail/volkszaehler-users/attachments/20210817/373c36bf/attachment.html>
Mehr Informationen über die Mailingliste volkszaehler-users