Hi Andreas, Am 24.11.2014 um 23:01 schrieb Andreas Götz <cpui...@gmail.com>:
> Mach mal php misc/tools/doctrine statt dem deep link aus vendor, dann geht > auch das. in der Tat - das klappt :-) php misc/tools/doctrine.php orm:schema-tool:create --dump-sql > vz.sqlite >> Am 24.11.2014 um 22:21 schrieb jus...@justinotherguy.org: >> >>> Am 24.11.2014 um 20:12 schrieb Andreas Goetz <cpui...@gmail.com>: >>> >> >>> Als Workaround kannst Du das Schema von Hand anlegen indem Du in der >>> vz.conf.php auf sqlite änderst und dann das Schema mit doctrine schema-tool >>> anlegst. >> das klappt nun also: $ sqlite vz.db < vz.sqlite Die vz.sqlite hab ich nun in dbcopy.json eingetragen und dann: >>>> - backup: >>>> php /opt/dbcopy/dbcopy.php backup -c /opt/dbcopy/dbcopy.json >>> $ php misc/tools/dbcopy.php backup -c /opt/dbcopy/dbcopy.json [Doctrine\DBAL\DBALException] An exception occurred while executing 'SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION A LL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name': SQLSTATE[HY000]: General error: 26 file is encrypted or is not a database [PDOException] SQLSTATE[HY000]: General error: 26 file is encrypted or is not a database Hm. Dabei sieht die Datei ganz gut aus: $ file vz.db /var/lib/mysql/vz.db: SQLite 2.x database $ ls -al vz.db -rw-r--r-- 1 24576 Nov 25 06:56 vz.db Worüber bin ich jetzt gestolpert? Danke für’s Dranbleiben :-) Gruß, J.