Re: [owncloud-user] Upgrading from 8.1.1 to 8.1.3 on Debian Jessie x86_64

2015-10-05 Thread piet
Yes. thank you.

But we also update from 8.1.1 to 8.1.3 (debian Jessie 64 bits)
And it broke our owncloud server. It is  a VM, so we put the last snapshot
to came back.

But so is there a clean way, a procedure to do it to have a stable
version...?

Thank you.

Regard.



--
View this message in context: 
http://owncloud.10557.n7.nabble.com/Upgrading-from-8-1-1-to-8-1-3-on-Debian-Jessie-x86-64-tp15802p15882.html
Sent from the Users mailing list archive at Nabble.com.
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user


Re: [owncloud-user] Upgrading from 8.1.1 to 8.1.3 on Debian Jessie x86_64

2015-10-05 Thread Chris
Hi,

> And it broke our owncloud server.

if you hope to get an answer here you probably need to specify this.



--
View this message in context: 
http://owncloud.10557.n7.nabble.com/Upgrading-from-8-1-1-to-8-1-3-on-Debian-Jessie-x86-64-tp15802p15884.html
Sent from the Users mailing list archive at Nabble.com.
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user


Re: [owncloud-user] Upgrading from 8.1.1 to 8.1.3 on Debian Jessie x86_64

2015-09-17 Thread Frank de Lange
Jürgen Weigert wrote:
> 
> After some research, I found that the man-page does not have the full
> picture.
> Upgrade behaves differently, depending how it is used:
> 
> apt-get upgrade
>  The following packages have been kept back:
>   owncloud owncloud-config-apache owncloud-server
>   0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
> 
> apt-get upgrade owncloud
>   The following packages will be REMOVED:
>   owncloud-3rdparty owncloud-app-activity owncloud-app-encryption
> owncloud-app-external owncloud-app-files owncloud-app-files-external
> owncloud-app-files-locking
>   owncloud-app-files-pdfviewer owncloud-app-files-sharing
> owncloud-app-files-texteditor owncloud-app-files-trashbin
> owncloud-app-files-versions owncloud-app-files-videoviewer
>   owncloud-app-firstrunwizard owncloud-app-gallery
> owncloud-app-provisioning-api owncloud-app-templateeditor
> owncloud-app-user-external owncloud-app-user-ldap
>   owncloud-app-user-webdavauth
> The following NEW packages will be installed:
>   php5-ldap
> The following packages will be upgraded:
>   owncloud owncloud-config-apache owncloud-server
> 3 upgraded, 1 newly installed, 20 to remove and 0 not upgraded.
> 
> 
> ll the details at https://github.com/owncloud/core/issues/19124
> 
> so much for consistency.
> cheers, JW-
> 
> Am 16.09.2015 um 15:55 schrieb Frank de Lange:
>> Jürgen Weigert wrote:
>>> Please have a look at
>>>
>> https://build.opensuse.org/package/view_file/isv:ownCloud:community/owncloud/debian.control?expand=1
>>
>>>
>>> They are all listed in Replaces: and in Breaks: of the owncloud-server,
>>> that seems to work great for normal cases.
>> It works for dist-upgrade, but not for 'plain' upgrade as that holds
>> back any package which would cause other packages to be uninstalled:
>>
>> (from man apt-get)
>>
>> "...under no circumstances are currently installed packages removed,
>> or packages not already installed retrieved and installed. New
>> versions of currently installed packages that cannot be upgraded
>> without changing the install status of another package will be left
>> at their current version..."
>>
>> Gr//Fr
>> ___
>> User mailing list
>> User@owncloud.org
>> http://mailman.owncloud.org/mailman/listinfo/user
> 

(good that I saw this post as I was entering a new bug report on another
screen)

Updating a single package behaves like explicitly installing it using
apt-get install.

Be that as it may, the normal way to upgrade Debian-based distributions
is to issue a general 'apt-get update', not a per-package command. Given
that workflow the problem still exists so it would be beneficial to have
those deprecated packages added to the 'Provides' section for
owncloud-server. This should fix the upgrade (as in "I have not tried it
yet but I assume it'll work"). I'll add this to the discussion @github.

Gr//Fr
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user


Re: [owncloud-user] Upgrading from 8.1.1 to 8.1.3 on Debian Jessie x86_64

2015-09-16 Thread Frank de Lange
Jürgen Weigert wrote:
> Yes, with 8.1.3 the owncloud-app-* packagages are now consolidated into
> the owncloud-server package.
> We always had issues with postinstall scripts being in the wrong order,
> and we no longer have a real reason to keep the apps separate.

OK, in that case this should be made known in some way so as not to
cause confusion. Maybe those 'missing' app packages can be added to the
'Provides' section for owncloud-server? That would take care of this issue.

Gr//Fr
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user


Re: [owncloud-user] Upgrading from 8.1.1 to 8.1.3 on Debian Jessie x86_64

2015-09-16 Thread Jürgen Weigert
Yes, with 8.1.3 the owncloud-app-* packagages are now consolidated into 
the owncloud-server package.
We always had issues with postinstall scripts being in the wrong order, 
and we no longer have a real reason to keep the apps separate.


cheers, JW-

Am 16.09.2015 um 14:49 schrieb Alexis:


Hi all,

When doing a routine `apt-get upgrade` on the server on which my oC 
installation resides, i received the message:


   The following packages have been kept back:  owncloud 
owncloud-config-apache owncloud-server


If i then do `apt-get install owncloud`, i get:

   Reading package lists... Done Building dependency tree Reading 
state information... Done The following extra packages will be 
installed:  owncloud-config-apache owncloud-server php5-ldap
Suggested packages:  clamav clamav-daemon libreoffice-writer 
php5-apcu php-apcThe following packages will be REMOVED:  
owncloud-3rdparty owncloud-app-activity owncloud-app-encryption 
owncloud-app-external owncloud-app-files owncloud-app-files-external 
owncloud-app-files-locking owncloud-app-files-pdfviewer 
owncloud-app-files-sharing owncloud-app-files-texteditor 
owncloud-app-files-trashbin owncloud-app-files-versions 
owncloud-app-files-videoviewer owncloud-app-firstrunwizard 
owncloud-app-gallery owncloud-app-provisioning-api 
owncloud-app-templateeditor owncloud-app-user-external 
owncloud-app-user-ldap owncloud-app-user-webdavauthThe following 
NEW packages will be installed:  php5-ldapThe following 
packages will be upgraded:  owncloud owncloud-config-apache 
owncloud-server3 upgraded, 1 newly installed, 20 to remove and 0 
notupgraded.  Need to get 30.6 MB of archives.  After this
operation, 153 kB of additional disk space will be used.  Doyou 
want to continue [Y/n]?


What's with all the packages that will be removed? Have they all been 
consolidated into e.g. the `owncloud` package? Or will they need to be 
reinstalled manually, post-upgrade?



Alexis.
___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user


--
Your Data, Your Cloud, Your Way!

ownCloud GmbH, GF: Markus Rex, Holger Dyroff, Frank Karlitschek
Schloßäckerstrasse 26a, 90443 Nürnberg, HRB 28050 (AG Nürnberg)

___
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user