Skip to content
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

MySQL 0.2.x->0.4.x migrations #681

Closed
effem opened this issue Apr 18, 2017 · 1 comment
Closed

MySQL 0.2.x->0.4.x migrations #681

effem opened this issue Apr 18, 2017 · 1 comment

Comments

@effem
Copy link

effem commented Apr 18, 2017

Hi, I tried to upgrade my installation to 0.4.6 und it seemed to work fine.

While trying to set up my addressbook and calendar i alway get authentication errors.

I opened the url https://dav.xxx.com/dav.php/principals/effem in my browser and got this response:

3.1.3 PDOException SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dav.propertystorage' doesn't exist
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:sabredav-version>3.1.3</s:sabredav-version>
<s:exception>PDOException</s:exception>
<s:message>
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dav.propertystorage' doesn't exist
</s:message>
<s:message>...</s:message>
</d:error>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">...</d:error>

I'm not sure how to perform a database migration to the new format, but apparently im missing some of the new table structure?

Is there a way to do this by hand, since the installer didn't do it...

@effem
Copy link
Author

effem commented Apr 18, 2017

I found the location of the migraion script in an old issue: #589

@effem effem closed this as completed Apr 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant