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

Owncloud SQL manual export to .VCF & .ics #25724

Closed
farpet opened this issue Aug 8, 2016 · 2 comments
Closed

Owncloud SQL manual export to .VCF & .ics #25724

farpet opened this issue Aug 8, 2016 · 2 comments

Comments

@farpet
Copy link

farpet commented Aug 8, 2016

Steps to reproduce

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead
As I am stuck in the middle of a migration issue (#25722) how can I export manually (SQL, PHPMyAdmin) my Contacts and Calendar items,
fr e.g.: I just need to export : SELECT fullname,carddata FROM contacts_cards WHERE addressbookid=3 ORDER BY contacts_cards.addressbookid ASC

thank you in advance

Server configuration

Operating system: Synology DSM v6

Web server: Appache

Database: MariaDB

PHP version: PHP 5.6.11

ownCloud version: (see ownCloud admin page) v8.1.1

Updated from an older ownCloud or fresh install: v6.x

Where did you install ownCloud from: Synology Package (App)

Signing status (ownCloud 9.0 and above):

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder

The content of config/config.php:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder

or 

Insert your config.php content here
(Without the database password, passwordsalt and secret)

Are you using external storage, if yes which one: local/smb/sftp/...

Are you using encryption: yes/no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

LDAP configuration (delete this part if not used)

With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your ownCloud installation folder

Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';


Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.

Client configuration

Browser:

Operating system:

Logs

Web server error log

Insert your webserver log here

ownCloud log (data/owncloud.log)

Insert your ownCloud log here

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log 
c) ...
@ghost
Copy link

ghost commented Aug 8, 2016

@farpet An issue tracker is not the right place to ask such questions. Please use central instead https://central.owncloud.org/c/development

@lock
Copy link

lock bot commented Aug 3, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@DeepDiver1975 @farpet and others