[Owncloud] Debug slow webinterface (OC 6.0.0a)

2014-01-15 Thread Tobias Brunner
Hi, The webinterface on version 6.0.0a is loading very slow for me. From the login page until everything is loaded it takes over 25s. I have other webapplications running on the same server (f.e. roundcube) and they are very fast. The server is running Debian Wheezy, PHP is loaded as Apache

[Owncloud] How much ownCloud db takes?

2014-01-15 Thread Vladimir Sapronov
I know it depends on files amount and usage but I want to know at least some experiences. I want to serve 2-3 users with ~100Gb (25000 files) each without changes history. I have ~3 Gb of free space on the disk specifically for owncloud mySQL db. I need to ballpark for how many files and for what

Re: [Owncloud] How much ownCloud db takes?

2014-01-15 Thread Michael
You should be fine. I have 10k files and around 30gb and only use 61MB. On Wed, Jan 15, 2014 at 8:40 AM, Vladimir Sapronov vladimir.sapro...@gmail.com wrote: I know it depends on files amount and usage but I want to know at least some experiences. I want to serve 2-3 users with ~100Gb

Re: [Owncloud] Debug slow webinterface (OC 6.0.0a)

2014-01-15 Thread Otto Kekäläinen
I've noticed the same slowness thing in the web UI at multiple installations. Can you open the web console (e.g. F12 on Chromium or F12 for Firebug in Firefox) and see what request exactly is slow? list.php? What database do you run, SQLite? 2014/1/15 Tobias Brunner tob...@tobru.ch: Hi, The

Re: [Owncloud] How much ownCloud db takes?

2014-01-15 Thread Marcel Herrguth
Hello, Am 15.01.2014 15:40, schrieb Vladimir Sapronov: I want to serve 2-3 users with ~100Gb (25000 files) each without changes history. I have ~3 Gb of free space on the disk specifically for owncloud mySQL db. I need to ballpark for how many files and for what period of time my space will be

Re: [Owncloud] Debug slow webinterface (OC 6.0.0a)

2014-01-15 Thread Tobias Brunner
Hi, I've noticed the same slowness thing in the web UI at multiple installations. Can you open the web console (e.g. F12 on Chromium or F12 for Firebug in Firefox) and see what request exactly is slow? list.php? What database do you run, SQLite? Yes, I'm using SQLite, or better, I WAS using

[Owncloud] switching from sqlite to mysql

2014-01-15 Thread Reinoud van Leeuwen
Hi, does an 'official' manual exist which describes how to switch from SQLite to MySQL? I did not find it under http://doc.owncloud.org/server/6.0/admin_manual/maintenance/migrating.html I've found http://fabianpeter.de/cloud/owncloud-migrating-from-sqlite-to-mysql/, but that does not work

Re: [Owncloud] Owncloud on Fedora/RHEL 6

2014-01-15 Thread Matěj Cepl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014-01-13, 21:25 GMT, you wrote: And here is the problem: Fedora 19 (!) seems to provide ownCloud 4.5.13 which is about nine month old. That's not what people want. They want ownCloud 6. And we seek a way to provide them, even if they are

Re: [Owncloud] switching from sqlite to mysql

2014-01-15 Thread Reinoud van Leeuwen
On 15 jan. 2014, at 21:56, Diederik de Haas didi.deb...@cknow.org wrote: On Wednesday 15 January 2014 21:39:19 Reinoud van Leeuwen wrote: I have another problem: it seems that in my SQLite installation a table oc_fscache is present, which is missing in the Mysql Dump... Just create that

Re: [Owncloud] switching from sqlite to mysql

2014-01-15 Thread Otto Kekäläinen
I tried this migration a few days ago (look at the mailing list history with author my name), and I after manually fixing many many things I eventually gave up. At the moment there is no working migration script. Today I reinstalled one OwnCloud installation with MySQL and simply re-created the

Re: [Owncloud] switching from sqlite to mysql

2014-01-15 Thread Frank Karlitschek
We are working on providing a DB migration script. Here is a pull request that is still work in progress: https://github.com/owncloud/core/pull/6457 Any help with coding and testing is highly appreciate. Frank On 15.01.2014, at 16:17, Otto Kekäläinen o...@seravo.fi wrote: I tried this

Re: [Owncloud] switching from sqlite to mysql

2014-01-15 Thread Reinoud van Leeuwen
Thanks! I'll take a look at it. Reinoud On 15 jan. 2014, at 22:41, Frank Karlitschek fr...@owncloud.org wrote: We are working on providing a DB migration script. Here is a pull request that is still work in progress: https://github.com/owncloud/core/pull/6457 Any help with coding and

[Owncloud] doctrine result caching in OC6?

2014-01-15 Thread Jakub Moscicki
Hello, Anyone knows if Doctrine result cache may be safely enabled in owncloud 6? That would limit the number of excessive queries to the DB by a lot… kuba -- ___ Owncloud mailing list Owncloud@kde.org https://mail.kde.org/mailman/listinfo/owncloud

[Owncloud] Solaris ZFS + ownCloud.

2014-01-15 Thread 瀧 康史
Hello. We are making our service based on ownCloud6.0a for our customers. This service is hosted on Solaris11 with zfs. We already wrote some patches for porting solaris 11 and made solaris11 packages( for IPS system). And, we intend to improve owncloud for zfs. Sure, I know this source code