Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-09-2011, 12:02 PM
Starter Member
 
Posts: 2
Default Anyone upgraded from ZCS 6 to ZCS 7?

Has anyone done the upgrade of ZCS OS 6 to 7?
Problems?
Success?

Thanks.
Reply With Quote
  #2 (permalink)  
Old 02-09-2011, 12:12 PM
Partner (VAR/HSP)
 
Posts: 197
Smile Have upgraded 4 different Zimbra installs from ZCS6 to ZCS7

All servers upgraded without any problems. Happy to report no issues.

And it appears to be substantially faster than ZCS6 in the web client.

Great job Zimbrians!
__________________

http://agilemail.com.au

Your Australian Zimbra experts
Sales, consulting, installation, support
Reply With Quote
  #3 (permalink)  
Old 02-09-2011, 12:47 PM
Moderator
 
Posts: 7,928
Default

I agree greenrenault on the performance boost. My mini-itx server only has 2GB and the ZWC flies now
__________________
Reply With Quote
  #4 (permalink)  
Old 02-09-2011, 02:29 PM
Special Member
 
Posts: 106
Default

How is the performance compare with v5? We are still on v5.0.22.
I am curious how the upgrade is from 5 to 7.
Let me know
Thanks
Derek
Reply With Quote
  #5 (permalink)  
Old 02-10-2011, 12:28 AM
j2b j2b is offline
Special Member
 
Posts: 109
Default

I had a problem, and had to move back to v6. Posted topic: Failing upgrade from 6.0.10 to 7.0 Ubuntu server 8.04.4 LTS 32-bit multiserver, but still no comments or replys on that issue. All upgrades before went without any problems at all. Still looking for solutions.
Reply With Quote
  #6 (permalink)  
Old 03-23-2011, 04:38 AM
Active Member
 
Posts: 28
Default

Have just upgraded from 6.0.10 NE to ZCS7 NE on Ubuntu 8.04 64 Bit (40 users 95% on GUI)

First time round there was some moaning from the upgrade script about invalid license (obtained via the support portal). This was resolved after the upgrade by re-activating the license from the Admin GUI.

A couple of ZCS GUI issues

1) Print Font Size: My COS Value for Default font size is 10. The new "Print Font Size" attribute was set to 12pt in the default cos and for all users.

zmprov modifyCos default zimbraPrefDefaultPrintFontSize 10pt

However, this appeared to have no effect on the users, so I had to change each one with a little script based on:

zmprov modifyAccount chris@mydomain.com zimbraPrefDefaultPrintFontSize 10pt

2) The new (excellent) feature to be able to add the signature before or after existing text when replying or forwarding does not get set by the upgrade and the setting must be "applied" by going into preferences and saving (bug ?)

3) I had to disable the "Social" Zimlets in a big hurry on a SME Email server !
I don't think the upgrade should turn them on by default ??

I will post more as I find it.
__________________
Schrödinger's Birthday Present Experiment proves that:
"The contents of a box are much more interesting before the box is opened"
Reply With Quote
  #7 (permalink)  
Old 03-23-2011, 05:20 AM
Active Member
 
Posts: 28
Default

Outgoing Message Filters appear to be broken.
(I don't seem to be able to file bugs in bugzilla, so here goes)
When I run the filter:

msg: invalid request: Could not find a rule named 'Technical Filter'

code: service.INVALID_REQUEST

detail: soap:Sender

trace: com.zimbra.common.service.ServiceException: invalid request: Could not find a rule named 'Technical Filter' ExceptionId:btpool0-503://server.mydomain.com/service/soap/ApplyFilterRulesRequest:1300882735253:7a425fc7199e 8de6 Code:service.INVALID_REQUEST at com.zimbra.common.service.ServiceException.INVALID _REQUEST(ServiceException.java:255) at com.zimbra.cs.service.mail.ApplyFilterRules.handle (ApplyFilterRules.java:73) at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEng ine.java:406) at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:281) at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.jav a:158) at com.zimbra.soap.SoapServlet.doWork(SoapServlet.jav a:294) at com.zimbra.soap.SoapServlet.doPost(SoapServlet.jav a:215) at javax.servlet.http.HttpServlet.service(HttpServlet .java:725) at com.zimbra.cs.servlet.ZimbraServlet.service(Zimbra Servlet.java:208) at javax.servlet.http.HttpServlet.service(HttpServlet .java:814) at org.mortbay.jetty.servlet.ServletHolder.handle(Ser vletHolder.java:511) at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1166) at com.zimbra.cs.servlet.SetHeaderFilter.doFilter(Set HeaderFilter.java:79) at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1157) at org.mortbay.servlet.UserAgentFilter.doFilter(UserA gentFilter.java:81) at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter .java:132) at org.mortbay.jetty.servlet.ServletHandler$CachedCha in.doFilter(ServletHandler.java:1157) at org.mortbay.jetty.servlet.ServletHandler.handle(Se rvletHandler.java:388) at org.mortbay.jetty.security.SecurityHandler.handle( SecurityHandler.java:218) at org.mortbay.jetty.servlet.SessionHandler.handle(Se ssionHandler.java:182) at org.mortbay.jetty.handler.ContextHandler.handle(Co ntextHandler.java:765) at org.mortbay.jetty.webapp.WebAppContext.handle(WebA ppContext.java:422) at org.mortbay.jetty.handler.ContextHandlerCollection .handle(ContextHandlerCollection.java:230) at org.mortbay.jetty.handler.HandlerCollection.handle (HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:152) at org.mortbay.jetty.handler.rewrite.RewriteHandler.h andle(RewriteHandler.java:230) at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:152) at org.mortbay.jetty.handler.DebugHandler.handle(Debu gHandler.java:77) at org.mortbay.jetty.handler.HandlerWrapper.handle(Ha ndlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:326) at org.mortbay.jetty.HttpConnection.handleRequest(Htt pConnection.java:543) at org.mortbay.jetty.HttpConnection$RequestHandler.co ntent(HttpConnection.java:946) at org.mortbay.jetty.HttpParser.parseNext(HttpParser. java:756) at org.mortbay.jetty.HttpParser.parseAvailable(HttpPa rser.java:218) at org.mortbay.jetty.HttpConnection.handle(HttpConnec tion.java:405) at org.mortbay.io.nio.SelectChannelEndPoint.run(Selec tChannelEndPoint.java:410) at org.mortbay.thread.BoundedThreadPool$PoolThread.ru n(BoundedThreadPool.java:451)

request:



chris@mydomain.com0_cb1937c4c3a784f32f345fb18c1be64cd902b37a_69643d3 3363a39306466346132382d376365342d346231622d3865336 32d6361386165636430366265353b6578703d31333a3133303 13035333832333233363b747970653d363a7a696d6272613b
__________________
Schrödinger's Birthday Present Experiment proves that:
"The contents of a box are much more interesting before the box is opened"
Reply With Quote
  #8 (permalink)  
Old 04-02-2011, 11:30 AM
Active Member
 
Posts: 45
Default

We have encounter issues with printing from ZWC, in moving from ZCS 6 to 7.

https://bugzilla.zimbra.com/show_bug.cgi?id=57908

This has been a major pain for us.

Regarding performance, we have noticed no appreciable difference.
Reply With Quote
  #9 (permalink)  
Old 04-02-2011, 03:04 PM
Advanced Member
 
Posts: 222
Default

Hi,

when upgrading from 6.x to 7.0.x just pay attention to:
- read release info and follow the document on pre, during and post-installation steps
- during upgrade select [Yes] to scan database integrity. Just to be on safe side.
- after upgrade run this script as root to update MySQL database
Code:
/opt/zimbra/libexec/scripts/migrate20100913-Mysql51.pl
- if somehow mail won't pass thru, you might need to authorise MTA by running this command:
Code:
sudo /opt/zimbra/bin/zmprov –m –l yourZimbra.server.com zimbraMtaAuthHost yourZimbra.server.com
- If you have self-signed SSL cert, you might need to recreate them. It's simple, just search the forum or read release docs.

That's pretty much all of issues I had on my ZCS box.
Othervise, 7.0.1 version is quite nicer with CPU and resources as old 6.x versions.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.