Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

How to execute "occ upgrade"? #28

Closed
nrgeen opened this issue Aug 26, 2016 · 3 comments
Closed

How to execute "occ upgrade"? #28

nrgeen opened this issue Aug 26, 2016 · 3 comments

Comments

@nrgeen
Copy link

nrgeen commented Aug 26, 2016

Hello,

at the moment for me it isn't possible to upgrade to NC10. :-(
I suspect my database or complete installation is to big (and the execution time to short?).

Therefore I want to use "occ upgrade".
Under Debian the handling ist familar for me, among alpine linux it is not.
It would be great to get an hint or some help, how to execute it.
Thanks a lot in advance!

@Wonderfall
Copy link
Owner

Wonderfall commented Aug 26, 2016

docker exec -ti nextcloud sh
su nextcloud
cd nextcloud
php7 occ upgrade
exit

Did you get any message when you tried to update the first time?

@nrgeen
Copy link
Author

nrgeen commented Aug 26, 2016

There was no particular error. It was something like "An error occurred", nothing more.
Your tip worked very well, so I could perform the update now without any problems.
Many thanks!

@nrgeen nrgeen closed this as completed Aug 26, 2016
@nrgeen
Copy link
Author

nrgeen commented Aug 29, 2016

Thanks for the new "occ" solution! (commit: nextcloud: add occ shortcut)
It works well and is also easy to reach.

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

2 participants