• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

I made a mistake doing the upgrade to 1.6.0

Scheduled Pinned Locked Moved Technical Support
5 Posts 2 Posters 1.3k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • pl0xP Offline
    pl0xP Offline
    pl0x
    wrote on last edited by pl0x
    #1

    Hello I did a mistake doing the upgrade

    I was following the steps

    For example, if upgrading from v0.3.2 to v0.4.3:
    
    Option #1
    $ git fetch    # Grab the latest code from the NodeBB Repository
    $ git checkout v0.4.x    # Type this as-is! Not v0.4.2 or v0.4.3, but "v0.4.x"!
    $ git merge origin/v0.4.x
    
    If not upgrading between branches (e.g. v0.3.3 to v0.3.4, just run the following commands:
    
    Option #2
    $ git fetch
    $ git reset --hard origin/v0.3.x    # Replace v0.3.x with the branch name!
    

    I was upgrading from 1.5.3 to 1.6.0 I use the Option #1 then the Option #2 and at the end I think the merge din't when well.

    from the option #1 when I use the ./nodebb upgrade every time I get the same result ( this one )

    error

    Also Im getting this but this just tell me to run the ./nodebb upgrade so it wont fix it
    alt text

    If i do a

    git rev-parse --abbrev-ref HEAD
    v1.6.x
    

    What can i do ?

    Thank you

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #2

    Seems like the upgrade script that tries to resize the site logo is failing. What file type is your site logo? You can try deleting it and rerunning the upgrade script. After you are on 1.6.0 try uploading the same logo from the ACP.

    pl0xP 1 Reply Last reply
    1
  • pl0xP Offline
    pl0xP Offline
    pl0x
    replied to <baris> on last edited by pl0x
    #3

    @baris said in I made a mistake doing the upgrade to 1.6.0:

    Seems like the upgrade script that tries to resize the site logo is failing. What file type is your site logo? You can try deleting it and rerunning the upgrade script. After you are on 1.6.0 try uploading the same logo from the ACP.

    its .svg , remove the logo from where ? can you post a path ?

    thanks for the reply 👍

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #4

    It should be in your public/uploads/system folder.

    pl0xP 1 Reply Last reply
    1
  • pl0xP Offline
    pl0xP Offline
    pl0x
    replied to <baris> on last edited by
    #5

    @baris dude ! thank you very much, it work

    1 Reply Last reply
    1

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development