Author Topic: Upgrade Zentyal to 6.0 and Ubuntu to 18.04  (Read 4544 times)

fmoreira86

  • Zen Apprentice
  • *
  • Posts: 39
  • Karma: +2/-0
    • View Profile
Upgrade Zentyal to 6.0 and Ubuntu to 18.04
« on: October 31, 2018, 01:29:52 pm »
Hi!

What would be the correct procedure to upgrade Zentyal from 5.1.1 to version 6.0 and also ubuntu 16.04 to 18.04?

Thank you!

itbungler

  • Zen Apprentice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Upgrade Zentyal to 6.0 and Ubuntu to 18.04
« Reply #1 on: November 01, 2018, 09:59:51 pm »
Wait until the upgrade boutton will be shown in the dashboard in the next days.

https://wiki.zentyal.org/wiki/Zentyal_6.0_Announcement#Upgrading

So stay tuned

ITBungler

fmoreira86

  • Zen Apprentice
  • *
  • Posts: 39
  • Karma: +2/-0
    • View Profile
Re: Upgrade Zentyal to 6.0 and Ubuntu to 18.04
« Reply #2 on: November 02, 2018, 11:33:58 am »
Ok. Thank you.

fmoreira86

  • Zen Apprentice
  • *
  • Posts: 39
  • Karma: +2/-0
    • View Profile
Re: Upgrade Zentyal to 6.0 and Ubuntu to 18.04
« Reply #3 on: November 14, 2018, 12:19:40 pm »
When is the button gonna be available?

realzenu

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Upgrade Zentyal to 6.0 and Ubuntu to 18.04
« Reply #4 on: November 17, 2018, 03:40:02 am »
Button aside - anyone know of a good migration manual from 5.1 to 6?  also, any thoughts on future integration of nextcloud into Zentyal  8)

BerT666

  • Zen Warrior
  • ***
  • Posts: 228
  • Karma: +17/-0
    • View Profile
Re: Upgrade Zentyal to 6.0 and Ubuntu to 18.04
« Reply #5 on: November 17, 2018, 11:12:12 am »
for Nextcloud with Zentyal: why not use e.g. Docker Image? Works like a charm in my "Home / SB Net" ;-)

realzenu

  • Zen Apprentice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Upgrade Zentyal to 6.0 and Ubuntu to 18.04
« Reply #6 on: November 17, 2018, 11:41:50 pm »
@Bert666 - that works. thanks for the idea. 8)

update Nov. 17 - went down the docker path, used the following command 'sudo docker run -d nextcloud:fpm' - installed just fine, but when browse to the server http address i just get the default Apache screen.

i was following this guide ->   https://linuxconfig.org/how-to-install-nextcloud-on-ubuntu-18-04-bionic-beaver-linux


am i overlooking something?
« Last Edit: November 18, 2018, 06:59:06 am by realzenu »

BerT666

  • Zen Warrior
  • ***
  • Posts: 228
  • Karma: +17/-0
    • View Profile
Re: Upgrade Zentyal to 6.0 and Ubuntu to 18.04
« Reply #7 on: November 18, 2018, 02:13:27 pm »
Sorry, I run my Nextcloud on a different "Server" (Openmediavault), so I am not 100% sure how to config under Zentyal...
If I remember right, I have tested 2 or 3 Docker images until it worked well...

I can check tomorrow which Image I used (atm no access to the Config of my OMV)...

half_life

  • Bug Hunter
  • Zen Hero
  • *****
  • Posts: 867
  • Karma: +59/-0
    • View Profile
Re: Upgrade Zentyal to 6.0 and Ubuntu to 18.04
« Reply #8 on: November 18, 2018, 11:20:34 pm »
@Bert666 - that works. thanks for the idea. 8)

update Nov. 17 - went down the docker path, used the following command 'sudo docker run -d nextcloud:fpm' - installed just fine, but when browse to the server http address i just get the default Apache screen.

i was following this guide ->   https://linuxconfig.org/how-to-install-nextcloud-on-ubuntu-18-04-bionic-beaver-linux


am i overlooking something?

A couple of notes:
 
1  add your user to the docker group so that you don't need sudo to run docker commands.

Code: [Select]
useradd -G {group-name} username
2 Look at the running process
Code: [Select]
docker ps -aIt should look something like this:

Code: [Select]
CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS              PORTS                    NAMES
c593c3e3c00c        nphung/pgadmin      "sh -c 'python ${P..."   3 months ago        Up 4 minutes        0.0.0.0:5050->5050/tcp   pgadmin


Note the "PORTS" section  In this case it reads the host port 5050  connects to the container port 5050 

To verify that it is listening use this command substituting the correct port for your situation :

Code: [Select]
ss -ltn |grep 5050
LISTEN     0      128         :::5050                    :::* 

Finally add an exception for it in the firewall.

Neustradamus

  • Zen Monk
  • **
  • Posts: 92
  • Karma: +0/-5
    • View Profile
Re: Upgrade Zentyal to 6.0 and Ubuntu to 18.04
« Reply #9 on: November 19, 2018, 04:55:13 pm »
Nextcloud module will be good yes, I think the webserver module to main will be nice too.
https://github.com/zentyal/zentyal/tree/master/contrib/webserver