-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exception occurred while executing 'PRAGMA journal_mode = WAL' #25663
Comments
Looks like the database file is corrupted .... not much we can do I fear ... |
But ... Best |
Did you google for the error message? maybe this helps .... |
Yes, thanks, for 3 weeks now am gooling and getting more and more crazy ... What also drives me thinking beyond the DB is that restoring a complete OC installation from late April (incl. database and everything), which was working perfectly fine at that time, also gives the error today. And I am confused that some failing OC commands do not really leave any trace in owncloud.log. But thanks for caring! |
OK, done, issue can be closed. I was able to restore a database update from a time point where it was already compatible with 8.1.x and not yet corrupted. It is such a pleasure having tons of backups available. ;-) Upgrade ran through, OC is up and running, next step will be conversion of database to MySQL. Thank you for your time and attention ... helped me to get back on track again. Best |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Dear all,
This is the follow-up of #25590.
Steps to reproduce
Expected behaviour
OC starting and accessing its database.
Actual behaviour
OC wants to update himself without me having initiated an update. Update fails with error message:
OC cannot access its database, e.g.
occ -V
gives ...SQLite3 query gives ...
Server configuration
Operating system: Ubuntu 14.04.1
Web server: apache2
Database: Mysql 5.5.50, SQLite 3.8.2
PHP version: 5.6
ownCloud version: 8.1.6
Updated from an older ownCloud or fresh install: continuously updated since v6 via SUSE repos http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.04/
The content of config/config.php:
php -m
Are you using external storage, if yes which one: Yes. Webdav and SMB.
Are you using encryption: Yes
Are you using an external user-backend, if yes which one: No.
ownCloud log (data/owncloud.log)
Best regards
Christian
The text was updated successfully, but these errors were encountered: