Upgrade from 5.4.5 to 5.5.6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Donish
    Junior Member
    • Oct 2018
    • 16

    Upgrade from 5.4.5 to 5.5.6

    Hi, Huston.... can you hear me ...? We have a problem :
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi,

    Upgrade script was not executed for some reason. You can run SQL queries:

    UPDATE `user` SET type = 'admin' WHERE is_admin = 1


    UPDATE `user` SET type = 'portal' WHERE is_portal_user = 1
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • Donish
      Junior Member
      • Oct 2018
      • 16

      #3
      I need all steps... please show me thanks a lot !

      Comment

      • Maximus
        Senior Member
        • Nov 2018
        • 2731

        #4
        Hello.
        If you have installed phpMyAdmin you can enter to your database, find field "user" or "portal_user", choose needed one, find record Admin, choose edit and change the record in the "is_admin" field from 0 to 1, then go to the bottom of the page and press "Go" under the table to save new parameters. Also, you can find how to make it via a command line.

        Comment

        • Donish
          Junior Member
          • Oct 2018
          • 16

          #5
          Yes thanks this is clear, but I can't enter with my user and password ........ I thought they were the same of my access on espoCRM..... I don't know how to solve.

          Comment

          • Maximus
            Senior Member
            • Nov 2018
            • 2731

            #6
            No. You should input username and password of the database user(admin).

            Comment

            Working...